]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
stubdom: remove ia64 from stubdom
authorOlaf Hering <olaf@aepfle.de>
Thu, 6 Mar 2014 16:13:49 +0000 (17:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 12 Mar 2014 13:37:20 +0000 (13:37 +0000)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Makefile
newlib.patch

index 19f2228951acd1fcf351c994a8cca3d4482b9dda..b1822b7d01dbc29d0224520ddcba3ada7d19ddd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,6 @@ TARGET_CFLAGS=-mno-red-zone
 NEWLIB_CFLAGS+=-D_I386MACH_ALLOW_HW_INTERRUPTS
 STUBDOM_SUPPORTED=1
 endif
-ifeq ($(GNU_TARGET_ARCH), ia64)
-TARGET_CFLAGS=-mconstant-gp
-endif
 
 CROSS_ROOT=cross-root-$(GNU_TARGET_ARCH)
 CROSS_PREFIX=$(CURDIR)/$(CROSS_ROOT)
index 733dc13eb9632e5e63b431cbaca5e40c5370deea..ee9b6f2f10a56033eafe7f2f3b4f153e83be39ef 100644 (file)
@@ -81,28 +81,6 @@ diff -u -p -r1.10 stdint.h
 
 Define the basic ia64 jump buffer
 
-Index: newlib/libc/include/machine/setjmp.h
-===================================================================
-RCS file: /cvs/src/src/newlib/libc/include/machine/setjmp.h,v
-retrieving revision 1.34
-diff -u -p -r1.34 setjmp.h
---- newlib/libc/include/machine/setjmp.h       7 Nov 2007 21:42:24 -0000       1.34
-+++ newlib/libc/include/machine/setjmp.h       11 Jan 2008 18:10:43 -0000
-@@ -72,6 +72,11 @@ _BEGIN_STD_C
- #define _JBLEN  8
- #endif
-+#ifdef __ia64__
-+#define _JBTYPE long
-+#define _JBLEN 70
-+#endif
-+
- #ifdef __i960__
- #define _JBLEN 35
- #endif
-
-In mini-os we use a dynamic reentrency buffer.
-
 Index: newlib/libc/include/sys/config.h
 ===================================================================
 RCS file: /cvs/src/src/newlib/libc/include/sys/config.h,v