sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls.
authorCatherine Moore <clm@codesourcery.com>
Mon, 2 Feb 2009 20:47:39 +0000 (15:47 -0500)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 2 Feb 2009 20:47:39 +0000 (15:47 -0500)
    * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as
    -mabicalls.

From-SVN: r143882

gcc/ChangeLog
gcc/config/mips/sde.h

index 3e703aca0269e917e919015b84d911f9455a9367..e9da8807c4ab9e0b7624832429baf96638ce1fc8 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-02  Catherine Moore  <clm@codesourcery.com>
+
+       * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as
+       -mabicalls.
+
 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
index ee8b20b09968a54d79f174bbe50019db9c063ba7..876a990476fe80b6ee8545ebf46ed1b5de7ffb22 100644 (file)
@@ -60,7 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #undef SUBTARGET_ASM_SPEC
 #define SUBTARGET_ASM_SPEC "\
 %{!mips1:--trap} \
-%{fPIC|fpic|fPIE|fpie:%{!mips16*:-KPIC}} \
 %{mips16:-no-mips16}"
 
 #undef LINK_SPEC