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
This commit is contained in:
Andrew Haley 2000-06-29 17:26:12 +00:00 committed by Tom Tromey
parent 61d5c15883
commit aa936f1ce1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,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.
2000-06-29 Philipp Thomas <pthomas@suse.de>
* rtl.c : Revert NLS changes.

View File

@ -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. */