diff options
Diffstat (limited to 'toolchain-layer/recipes-core/eglibc/eglibc-2.12/armv4-eabi-compile-fix.patch')
| -rw-r--r-- | toolchain-layer/recipes-core/eglibc/eglibc-2.12/armv4-eabi-compile-fix.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-core/eglibc/eglibc-2.12/armv4-eabi-compile-fix.patch b/toolchain-layer/recipes-core/eglibc/eglibc-2.12/armv4-eabi-compile-fix.patch new file mode 100644 index 0000000000..c2407eea09 --- /dev/null +++ b/toolchain-layer/recipes-core/eglibc/eglibc-2.12/armv4-eabi-compile-fix.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Source: http://sourceware.org/bugzilla/show_bug.cgi?id=12097 | ||
| 2 | Upstream-Status: Submitted | ||
| 3 | |||
| 4 | The patch should be merged into glibc-ports | ||
| 5 | |||
| 6 | -Khem | ||
| 7 | Index: libc/ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S | ||
| 8 | =================================================================== | ||
| 9 | --- libc.orig/ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S | ||
| 10 | +++ libc/ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S | ||
| 11 | @@ -16,6 +16,8 @@ | ||
| 12 | Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | ||
| 13 | 02111-1307 USA. */ | ||
| 14 | |||
| 15 | +#if defined(__thumb__) | ||
| 16 | + | ||
| 17 | #include <sysdep.h> | ||
| 18 | |||
| 19 | /* Out-of-line syscall stub. We expect the system call number in ip | ||
| 20 | @@ -41,3 +43,5 @@ ENTRY (__libc_do_syscall) | ||
| 21 | pop {r7, pc} | ||
| 22 | .fnend | ||
| 23 | END (__libc_do_syscall) | ||
| 24 | + | ||
| 25 | +#endif /* __thumb__ */ | ||
