aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2009-02-02 15:47:39 -0500
committerCatherine Moore <clm@gcc.gnu.org>2009-02-02 15:47:39 -0500
commit965fdadfed4405a41a95ebb7a6642735270379bd (patch)
treeec76b33df0b31621a93786b92ae75e1434493f0f
parent6c5df99d2e32d57ca6a00bba15fb1bf1a89f6c4b (diff)
downloadgcc-965fdadfed4405a41a95ebb7a6642735270379bd.zip
gcc-965fdadfed4405a41a95ebb7a6642735270379bd.tar.gz
gcc-965fdadfed4405a41a95ebb7a6642735270379bd.tar.bz2
sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls.
* sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls. From-SVN: r143882
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/sde.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e703ac..e9da880 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/sde.h b/gcc/config/mips/sde.h
index ee8b20b..876a990 100644
--- a/gcc/config/mips/sde.h
+++ b/gcc/config/mips/sde.h
@@ -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