diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 16:44:53 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-08 15:13:23 +0200 |
commit | 2f571a3f04ea116bcc70a3de5c50144bfeddd600 (patch) | |
tree | 712c6150687c77286d9974dc0e3b98935aad6f58 /recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch | |
parent | 2c58b82bbca7e7d7e778a81750ae0cf226ff4eb5 (diff) |
glibc: added Maverick support (done by Hasjim Williams)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch')
-rw-r--r-- | recipes/glibc/glibc-2.4/glibc-crunch-oabi2.patch | 18 |
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) \ |