projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
aa3f30f
)
pool: Use 16-byte alignment on 64-bit architectures.
20120303030503/pspp
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 3 Mar 2012 05:22:16 +0000
(21:22 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 3 Mar 2012 05:22:16 +0000
(21:22 -0800)
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.
No differences found