mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
Define setjmp buffer length for IA64.
This commit is contained in:
parent
3b8933900f
commit
e6430c9e8c
@ -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
|
||||
|
@ -291,6 +291,10 @@ _BEGIN_STD_C
|
||||
#define _JBLEN 18
|
||||
#endif
|
||||
|
||||
#ifdef __ia64
|
||||
#define _JBLEN 64
|
||||
#endif
|
||||
|
||||
#ifdef __lm32__
|
||||
#define _JBLEN 19
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user