Marcel Moolenaar 7aa65edc75 ia64 ABI breaker:
Don't force 16-byte alignment at run-time. Do it at compile-time.
This saves us the pointer fiddling by the setjmp functions and
reduces complexity. While here, increase the jmp_buf by 16 bytes
to an even 512 bytes. Coincidentally, due to the way alignment
was handled prior to this change, the jmp_buf has not changed in
size, but only in how the space is used. Prior to this change
the 16 bytes were reserved for enforcing alignment; now they are
reserved by us for future extensions.
Therefore, this ABI breaker is relatively save: the failure is
always an alignment trap.
2002-11-11 08:11:44 +00:00
..
2002-09-23 18:54:32 +00:00
2002-05-13 05:01:05 +00:00
2002-10-28 00:50:39 +00:00
2001-09-29 11:11:18 +00:00
2002-04-22 06:35:40 +00:00
2002-11-11 08:11:44 +00:00