aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-08-16 20:20:36 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-08-16 20:20:36 +0000
commit32c3af6a19792a805392c9dd110bbe19ac69c558 (patch)
tree41f9c2abc959d7db1e7623109ec9fdf6ca65c74e /toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch
parent4ab18306829b42596b31568bf51cf6644941f60f (diff)
downloadupstream-32c3af6a19792a805392c9dd110bbe19ac69c558.tar.gz
upstream-32c3af6a19792a805392c9dd110bbe19ac69c558.tar.bz2
upstream-32c3af6a19792a805392c9dd110bbe19ac69c558.zip
toolchain: gcc: add gcc 5.2.0
This was boot tested on mipsel32, arm32 and x86 only. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46611
Diffstat (limited to 'toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch')
-rw-r--r--toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch b/toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch
new file mode 100644
index 0000000000..1d06f5b2ec
--- /dev/null
+++ b/toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch
@@ -0,0 +1,25 @@
+--- a/libgcc/config/arm/t-linux
++++ b/libgcc/config/arm/t-linux
+@@ -1,6 +1,10 @@
+ LIB1ASMSRC = arm/lib1funcs.S
+ LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \
+- _ctzsi2 _arm_addsubdf3 _arm_addsubsf3
++ _ctzsi2 _arm_addsubdf3 _arm_addsubsf3 \
++ _arm_negdf2 _arm_muldivdf3 _arm_cmpdf2 _arm_unorddf2 \
++ _arm_fixdfsi _arm_fixunsdfsi _arm_truncdfsf2 \
++ _arm_negsf2 _arm_muldivsf3 _arm_cmpsf2 _arm_unordsf2 \
++ _arm_fixsfsi _arm_fixunssfsi
+
+ # Just for these, we omit the frame pointer since it makes such a big
+ # difference.
+--- a/gcc/config/arm/linux-elf.h
++++ b/gcc/config/arm/linux-elf.h
+@@ -60,8 +60,6 @@
+ %{shared:-lc} \
+ %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
+
+-#define LIBGCC_SPEC "%{mfloat-abi=soft*:-lfloat} -lgcc"
+-
+ #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
+
+ #define LINUX_TARGET_LINK_SPEC "%{h*} \