Root/toolchain/gcc/patches/4.4.2/810-arm-softfloat-libgcc.patch

1--- a/gcc/config/arm/linux-elf.h
2+++ b/gcc/config/arm/linux-elf.h
3@@ -60,7 +60,7 @@
4    %{shared:-lc} \
5    %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
6 
7-#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
8+#define LIBGCC_SPEC "-lgcc"
9 
10 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
11 
12--- a/gcc/config/arm/t-linux
13+++ b/gcc/config/arm/t-linux
14@@ -4,7 +4,10 @@
15 
16 LIB1ASMSRC = arm/lib1funcs.asm
17 LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \
18- _arm_addsubdf3 _arm_addsubsf3
19+ _arm_addsubdf3 _arm_addsubsf3 \
20+ _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
21+ _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
22+ _fixsfsi _fixunssfsi _floatdidf _floatundidf _floatdisf _floatundisf
23 
24 # MULTILIB_OPTIONS = mhard-float/msoft-float
25 # MULTILIB_DIRNAMES = hard-float soft-float
26

Archive Download this file



interactive