From 965fdadfed4405a41a95ebb7a6642735270379bd Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 2 Feb 2009 15:47:39 -0500 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/sde.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e703aca026..e9da8807c4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-02-02 Catherine Moore + + * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as + -mabicalls. + 2009-02-02 Richard Sandiford * 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 ee8b20b0996..876a990476f 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 -- 2.30.2