pool: Use 16-byte alignment on 64-bit architectures. 20120303030503/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 3 Mar 2012 05:22:16 +0000 (21:22 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 3 Mar 2012 05:22:16 +0000 (21:22 -0800)
commitaa3f30ff112a22a2b974705cee25ace88e4cb284
tree2ded07625a7b2568661913dedd249fdefe7e8fd6
parent6be12778a162063cbdcd0e79043bd5a4ef2204a6
pool: Use 16-byte alignment on 64-bit architectures.

glibc jmp_buf needs 16-byte alignment on ia64.  PSPP allocates
jmp_buf inside a pool in a few places, so this change should fix
many tests on ia64.

Found by Debian autobuilder.
src/libpspp/pool.c