OSDN Git Service

2000-06-29 Andrew Haley <aph@cygnus.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2000 17:26:12 +0000 (17:26 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2000 17:26:12 +0000 (17:26 +0000)
        * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
        bytes: remove the multiply by 8.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34783 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/linux.h

index a3d44c8..60bd1ab 100644 (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.
index 50e5e6f..f2e10e1 100644 (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.  */