]> sourceware.org Git - newlib-cygwin.git/commitdiff
Define setjmp buffer length for IA64.
authorNick Clifton <nickc@redhat.com>
Thu, 8 Oct 2015 14:46:34 +0000 (15:46 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 8 Oct 2015 14:46:34 +0000 (15:46 +0100)
newlib/ChangeLog
newlib/libc/include/machine/setjmp.h

index 79570509cfc3966e36bc3ed3c46f4ff4749e9acd..78723ba7b2976f56387932338dfc16aaf70abada 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-08  Nick Clifton  <nickc@redhat.com>
+
+       * libc/include/machine/setjmp.h (_JBLEN): Define for IA64.
+
 2015-09-22  James Bowman  <james.bowman@ftdichip.com>
 
        * configure.host (ft32): minimise newlib code size
index e0bc228857b72138c3f9cfbc8980856966f79304..056325b5f1c7be306c6d1f391cf6833061dab0f3 100644 (file)
@@ -291,6 +291,10 @@ _BEGIN_STD_C
 #define _JBLEN 18
 #endif
 
+#ifdef __ia64
+#define _JBLEN 64
+#endif
+
 #ifdef __lm32__
 #define _JBLEN 19
 #endif
This page took 0.054142 seconds and 5 git commands to generate.