From 6be35a1fe2ed8631c0c19844b06cf6f44a4a151f Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 2 Feb 2009 15:31:19 -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: r143881 --- 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 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 -- 2.47.2