summaryrefslogtreecommitdiff
path: root/recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-10 13:38:50 +0100
committerPhil Blundell <philb@gnu.org>2009-06-10 13:38:50 +0100
commitd302cb3796aea6f77e3a32ae2e5d6c807ddbbcd0 (patch)
tree419fb77d3d46f4f114eed6fff699d925ac17f734 /recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch
parent7bde76df2e108a7ab597691cdb47b26fecc10cae (diff)
parent0399441c0781eb912d6c375533fd60c69573809e (diff)
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch')
-rw-r--r--recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch b/recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch
new file mode 100644
index 0000000000..fe5a05014f
--- /dev/null
+++ b/recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch
@@ -0,0 +1,18 @@
+--- glibc-2.5/ports/sysdeps/arm/sysdep.h 2007-07-02 13:05:53.000000000 +1000
++++ glibc-2.5/ports/sysdeps/arm/sysdep.h 2007-07-02 13:06:26.000000000 +1000
+@@ -51,6 +51,7 @@
+
+ #endif
+
++#if 0 // ndef __MAVERICK__
+ /* APCS-32 doesn't preserve the condition codes across function call. */
+ #ifdef __APCS_32__
+ #define LOADREGS(cond, base, reglist...)\
+@@ -74,6 +75,7 @@
+ #define DO_RET(_reg) \
+ movs pc, _reg
+ #endif
++#endif
+
+ /* Define an entry point visible from C. */
+ #define ENTRY(name) \