From: Catherine Moore Date: Mon, 2 Feb 2009 20:31:19 +0000 (-0500) Subject: sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls. X-Git-Tag: releases/gcc-4.3.4~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be35a1fe2ed8631c0c19844b06cf6f44a4a151f;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: r143881 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f0994435b990..a8eed7bd12bc 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-01-31 John David Anglin * config/pa/fptr.c: Revert license to GPL 2. diff --git a/gcc/config/mips/sde.h b/gcc/config/mips/sde.h index 94fd1f587319..8d3810decf64 100644 --- a/gcc/config/mips/sde.h +++ b/gcc/config/mips/sde.h @@ -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