summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.6.2/0101-arm-softfloat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-4.6.2/0101-arm-softfloat.patch')
-rw-r--r--patches/gcc-4.6.2/0101-arm-softfloat.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/patches/gcc-4.6.2/0101-arm-softfloat.patch b/patches/gcc-4.6.2/0101-arm-softfloat.patch
deleted file mode 100644
index bc639db..0000000
--- a/patches/gcc-4.6.2/0101-arm-softfloat.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
-Date: Tue, 1 Nov 2011 18:25:06 +0100
-Subject: [PATCH] arm softfloat
-
-Link assembler softfloat functions into gcc. As the functions are there
-in that case anyway, don't add switches for float lib.
-
-Upstream will not fix this because oabi is dead.
-
-Signed-off-by: Marc Kleine-Budde <m.kleine-budde@pengutronix.de>
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
----
- gcc/config/arm/linux-elf.h | 2 +-
- gcc/config/arm/t-linux | 5 ++++-
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
-index 81d27bb..77bd193 100644
---- a/gcc/config/arm/linux-elf.h
-+++ b/gcc/config/arm/linux-elf.h
-@@ -60,7 +60,7 @@
- %{shared:-lc} \
- %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
-
--#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
-+#define LIBGCC_SPEC "-lgcc"
-
- #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
-
-diff --git a/gcc/config/arm/t-linux b/gcc/config/arm/t-linux
-index a6fddad..4191a29 100644
---- a/gcc/config/arm/t-linux
-+++ b/gcc/config/arm/t-linux
-@@ -23,7 +23,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
-
- LIB1ASMSRC = arm/lib1funcs.asm
- LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \
-- _arm_addsubdf3 _arm_addsubsf3
-+ _arm_addsubdf3 _arm_addsubsf3 \
-+ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
-+ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
-+ _fixsfsi _fixunssfsi _floatdidf _floatdisf
-
- # MULTILIB_OPTIONS = mhard-float/msoft-float
- # MULTILIB_DIRNAMES = hard-float soft-float