Commit aa936f1c by Andrew Haley Committed by Tom Tromey

linux.h (JMP_BUF_SIZE): Size is in Pmode units, not bytes: remove the multiply by 8.

2000-06-29  Andrew Haley  <aph@cygnus.com>

        * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
        bytes: remove the multiply by 8.

From-SVN: r34783
parent 61d5c158
2000-06-29 Andrew Haley <aph@cygnus.com>
* config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
bytes: remove the multiply by 8.
2000-06-29 Philipp Thomas <pthomas@suse.de>
* rtl.c : Revert NLS changes.
......
......@@ -26,7 +26,7 @@
#define DONT_USE_BUILTIN_SETJMP
#define JMP_BUF_SIZE (8 * 76)
#define JMP_BUF_SIZE 76
/* Output any profiling code before the prologue. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment