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:
parent
61d5c15883
commit
aa936f1ce1
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user