From: Rainer Orth Date: Thu, 9 Oct 2003 22:58:20 +0000 (+0000) Subject: * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define. X-Git-Tag: releases/gcc-3.4.0~3157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e2eb6e8a17b8c9d8a3393fa6fd279a35cc8e627;p=thirdparty%2Fgcc.git * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define. From-SVN: r72288 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a8a7fe45d985..7e0017a65651 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-09 Rainer Orth + + * config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define. + 2003-10-09 Bob Wilson * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 6f92a58efedc..b0b59b61c69f 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */ #undef SUBTARGET_CC1_SPEC #define SUBTARGET_CC1_SPEC "" +/* #line directives let the O32 assembler create object files that cause the + O32 linker to crash. */ +#undef SUBTARGET_CPP_SPEC +#define SUBTARGET_CPP_SPEC "%{mabi=32: %{.S:-P}}" + /* We must pass -D_LONGLONG always, even when -ansi is used, because IRIX 6 system header files require it. This is OK, because gcc never warns when long long is used in system header files. Alternatively, we can