diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-24 12:56:20 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-24 12:56:20 +0000 |
commit | e97c2ae21653fec9f5e47639ba5764934330b476 (patch) | |
tree | 4c089f2346cabbfb4d2c2d1a7692bb96e6fe0c76 /toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch | |
parent | a7038f61c80b2e0f6bf1e14d2f51d6b0b2599a42 (diff) |
[toolchain/uClibc]: upgrade to latest git, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25698 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch b/toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch index 24d5bcca66..a0277cb086 100644 --- a/toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch +++ b/toolchain/uClibc/patches-0.9.32/950-detect_bx_availibility.patch @@ -14,8 +14,6 @@ Cc: Carmelo AMOROSO <carmelo.amoroso@st.com> libc/sysdeps/linux/arm/bits/arm_asm.h | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) -diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm -index 227b90c..9aa9e56 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -33,4 +33,6 @@ config COMPILE_IN_THUMB_MODE @@ -26,8 +24,6 @@ index 227b90c..9aa9e56 100644 + Say 'y' to use BX to return from functions on your thumb-aware + processor. Say 'y' if you need to use interworking. Say 'n' if not. + It is safe to say 'y' even if you're not doing interworking. -diff --git a/libc/sysdeps/linux/arm/bits/arm_asm.h b/libc/sysdeps/linux/arm/bits/arm_asm.h -index 1d87df6..921c9a3 100644 --- a/libc/sysdeps/linux/arm/bits/arm_asm.h +++ b/libc/sysdeps/linux/arm/bits/arm_asm.h @@ -24,5 +24,12 @@ @@ -44,6 +40,3 @@ index 1d87df6..921c9a3 100644 +#endif /* __USE_BX__ */ +#endif /* _ARM_ASM_H */ --- -1.7.1 - |