]> gcc.gnu.org Git - gcc.git/commitdiff
linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change SUBTARGET_CPP_SPEC apropriatly.
authorRalf Baechle <ralf@gnu.org>
Mon, 15 Jan 2001 05:56:14 +0000 (06:56 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 15 Jan 2001 05:56:14 +0000 (06:56 +0100)
        * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change
        SUBTARGET_CPP_SPEC apropriatly.

From-SVN: r39028

gcc/ChangeLog
gcc/config/mips/linux.h

index 45e1d59796fa2b3359e853b1373c022b48a583ab..a13862faca54f7820654ce47eb0ae1458b8fdbe7 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-14  Ralf Baechle <ralf@gnu.org>
+
+        * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change
+        SUBTARGET_CPP_SPEC apropriatly.
+
 2001-01-12  Mark Mitchell  <mark@codesourcery.com>
 
        * varasm.c (make_decl_rtl): Fix typo in last change.
@@ -54,7 +59,7 @@ Sun Jan 14 22:31:30 2001  J"orn Rennecke <amylaar@redhat.com>
 
 2001-01-14  Richard Earnshaw  <rearnsha@arm.com>
 
-       * config/arm/semi.h (ASM_SPEC): Pass -k to the assembler when 
+       * config/arm/semi.h (ASM_SPEC): Pass -k to the assembler when
        compiling PIC.
 
 2001-01-14  Kazu Hirata  <kazu@hxi.com>
index 313a1fe2a252a2d3cb4445b1569e59ab32a8e110..e6dccb9d414d12b63b0eae32489705e233a9dfe5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for MIPS running Linux-based GNU systems with ELF format.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA.  */
 %{mabi=32: -D_MIPS_SIM=_MIPS_SIM_ABI32}        \
 %{mabi=n32: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \
 %{mabi=64: -D_ABI64=3 -D_MIPS_SIM=_ABI64} \
-%{!mabi*: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \
+%{!mabi*: -D_MIPS_SIM=_MIPS_SIM_ABI32} \
 %{!mint64: -D_MIPS_SZINT=32}%{mint64: -D_MIPS_SZINT=64} \
 %{mabi=32: -D_MIPS_SZLONG=32} \
 %{mabi=n32: -D_MIPS_SZLONG=32} \
This page took 0.063861 seconds and 5 git commands to generate.