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-Tag: releases/gcc-4.4.0~668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965fdadfed4405a41a95ebb7a6642735270379bd;p=thirdparty%2Fgcc.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 3e703aca0269..e9da8807c4ab 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 ee8b20b09968..876a990476fe 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