]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
authorCatherine Moore <clm@codesourcery.com>
Mon, 2 Feb 2009 20:31:19 +0000 (15:31 -0500)
committerCatherine Moore <clm@gcc.gnu.org>
Mon, 2 Feb 2009 20:31:19 +0000 (15:31 -0500)
    * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as
    -mabicalls.

From-SVN: r143881

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

index f0994435b99022c063264358eaca89eb54fa6008..a8eed7bd12bc68d7a9eb9aaa4c6ae99c86717789 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-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * config/pa/fptr.c: Revert license to GPL 2.
index 94fd1f587319c67062bb9b2a68b4c01b2956dfa1..8d3810decf64c11e1cbfd888cac921df655a0bf8 100644 (file)
@@ -56,7 +56,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