gcc: disable mips non-PIC ABI calls in the codesourcery based version by default...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 19 Oct 2009 04:26:28 +0000 (04:26 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 19 Oct 2009 04:26:28 +0000 (04:26 +0000)
SVN-Revision: 18064

toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch [new file with mode: 0644]

diff --git a/toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch b/toolchain/gcc/patches/4.3.3+cs/001-no_mips_nonpic_default.patch
new file mode 100644 (file)
index 0000000..cf6503b
--- /dev/null
@@ -0,0 +1,23 @@
+--- a/gcc/config/mips/linux.h
++++ b/gcc/config/mips/linux.h
+@@ -75,8 +75,7 @@ along with GCC; see the file COPYING3.  
+         %{static:-static}}}"
+ #undef SUBTARGET_ASM_SPEC
+-#define SUBTARGET_ASM_SPEC \
+- "%{mabi=64: -64} %{mabicalls:%{fpic|fPIC|fpie|fPIE:-KPIC;:-mnon-pic-abicalls}}"
++#define SUBTARGET_ASM_SPEC "%{mabi=64: -64} %{!mno-abicalls:-KPIC}"
+ /* The MIPS assembler has different syntax for .set. We set it to
+    .dummy to trap any errors.  */
+--- a/gcc/config/mips/linux64.h
++++ b/gcc/config/mips/linux64.h
+@@ -28,7 +28,7 @@ NO_SHARED_SPECS \
+ #undef SUBTARGET_ASM_SPEC
+ #define SUBTARGET_ASM_SPEC "\
+-%{mabicalls:%{fpic|fPIC|fpie|fPIE:-KPIC;:-mnon-pic-abicalls}} \
++%{!fno-PIC:%{!fno-pic:-KPIC}} \
+ %{fno-PIC:-non_shared} %{fno-pic:-non_shared}"
+ #undef LIB_SPEC