OSDN Git Service

* sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Feb 2009 20:47:39 +0000 (20:47 +0000)
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Feb 2009 20:47:39 +0000 (20:47 +0000)
    -mabicalls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143882 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3e703ac..e9da880 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 ee8b20b..876a990 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