From b7e9cbb06c2ec324e6ae12b04e73d2f4c87c6a5b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 27 Jun 2011 00:12:29 +0200 Subject: libc/uClibc: add latest release 0.9.32 + patchset The patchset was obtained by dumping each changeset on the upstream 0.9.32 branch since the release: git log v0.9.32..origin/0.9.32 |sed -r -e '/^commit/!d; s/.* //;' |tac and then creating a patch from each changeset. Signed-off-by: "Yann E. MORIN" --- .../0.9.32/140-ARM-reorder-Use-BX-option.patch | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 patches/uClibc/0.9.32/140-ARM-reorder-Use-BX-option.patch (limited to 'patches/uClibc/0.9.32/140-ARM-reorder-Use-BX-option.patch') diff --git a/patches/uClibc/0.9.32/140-ARM-reorder-Use-BX-option.patch b/patches/uClibc/0.9.32/140-ARM-reorder-Use-BX-option.patch new file mode 100644 index 00000000..5321a480 --- /dev/null +++ b/patches/uClibc/0.9.32/140-ARM-reorder-Use-BX-option.patch @@ -0,0 +1,48 @@ +commit d64b91a6d4fa1a3ac1d01fa7593d67c5e5ed5101 +Author: Yann E. MORIN +Date: Sun Jan 9 01:45:04 2011 +0100 + + ARM: reorder "Use BX" option + + "Use BX" is not available on all CPUs, so the option depends on + a correct CPU to be chosen . It is weird that e BX" then appears + _above_ the CPU selection, not below. + + Move the "Use BX" after the CPU selection. + + Signed-off-by: "Yann E. MORIN" + Cc: Khem Raj + Cc: Bernhard Reutner-Fischer + Cc: Carmelo AMOROSO + Signed-off-by: Khem Raj + Signed-off-by: Bernhard Reutner-Fischer + +diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm +index eb27a33..dd63b80 100644 +--- a/extra/Configs/Config.arm ++++ b/extra/Configs/Config.arm +@@ -30,13 +30,6 @@ config CONFIG_ARM_EABI + + endchoice + +-config USE_BX +- bool "Use BX in function return" +- default y +- depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710 +- help +- Use BX instruction for THUMB aware architectures. +- + choice + prompt "Target Processor Type" + default CONFIG_GENERIC_ARM +@@ -131,3 +124,10 @@ config CONFIG_ARM_IWMMXT + select ARCH_HAS_MMU + + endchoice ++ ++config USE_BX ++ bool "Use BX in function return" ++ default y ++ depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710 ++ help ++ Use BX instruction for THUMB aware architectures. -- cgit v1.2.3