Commit 965fdadf by Catherine Moore Committed by Catherine Moore

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
parent 6c5df99d
2009-02-02 Catherine Moore <clm@codesourcery.com>
* sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as
-mabicalls.
2009-02-02 Richard Sandiford <rdsandiford@googlemail.com> 2009-02-02 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro. * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
......
...@@ -60,7 +60,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -60,7 +60,6 @@ along with GCC; see the file COPYING3. If not see
#undef SUBTARGET_ASM_SPEC #undef SUBTARGET_ASM_SPEC
#define SUBTARGET_ASM_SPEC "\ #define SUBTARGET_ASM_SPEC "\
%{!mips1:--trap} \ %{!mips1:--trap} \
%{fPIC|fpic|fPIE|fpie:%{!mips16*:-KPIC}} \
%{mips16:-no-mips16}" %{mips16:-no-mips16}"
#undef LINK_SPEC #undef LINK_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment