7f283452c8
Remove upstream patches: 0002-fix-building-on-ppc64.patch765527ad37
0003-libsanitizer-Use-pre-computed-size.patch61f38c64c0
942-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patchb685411208
943-sanitizer-linux.patch8937b94d1a
870-xtensa-fix-PR-target-82181.patchdbbb835381
871-xtensa-fix-PR-target-65416.patch36f42654cb
872-gcc-xtensa-fix-NAND-code-in-xtensa_expand_atomic.patch using patch9f149a1a92
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
Index: b/gcc/config/arm/linux-elf.h
|
|
===================================================================
|
|
--- 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 "%{mfloat-abi=soft*:-lfloat} -lgcc"
|
|
+#define LIBGCC_SPEC "-lgcc"
|
|
|
|
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
|
|
|
|
Index: b/libgcc/config/arm/t-linux
|
|
===================================================================
|
|
--- a/libgcc/config/arm/t-linux
|
|
+++ b/libgcc/config/arm/t-linux
|
|
@@ -1,6 +1,11 @@
|
|
LIB1ASMSRC = arm/lib1funcs.S
|
|
LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \
|
|
- _ctzsi2 _arm_addsubdf3 _arm_addsubsf3
|
|
+ _ctzsi2 _arm_addsubdf3 _arm_addsubsf3 \
|
|
+ _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.
|