From: Catherine Moore Date: Mon, 2 Feb 2009 20:47:39 +0000 (-0500) Subject: sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=965fdadfed4405a41a95ebb7a6642735270379bd;p=gcc.git 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 --- 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