Commit 1b26cad7 by Ralf Baechle Committed by Andreas Jaeger

linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change SUBTARGET_CPP_SPEC apropriatly.

        * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change
        SUBTARGET_CPP_SPEC apropriatly.

From-SVN: r39028
parent e5aed4e1
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> 2001-01-12 Mark Mitchell <mark@codesourcery.com>
* varasm.c (make_decl_rtl): Fix typo in last change. * 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> ...@@ -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> 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. compiling PIC.
2001-01-14 Kazu Hirata <kazu@hxi.com> 2001-01-14 Kazu Hirata <kazu@hxi.com>
......
/* Definitions for MIPS running Linux-based GNU systems with ELF format. /* 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. This file is part of GNU CC.
...@@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA. */
%{mabi=32: -D_MIPS_SIM=_MIPS_SIM_ABI32} \ %{mabi=32: -D_MIPS_SIM=_MIPS_SIM_ABI32} \
%{mabi=n32: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \ %{mabi=n32: -D_ABIN32=2 -D_MIPS_SIM=_ABIN32} \
%{mabi=64: -D_ABI64=3 -D_MIPS_SIM=_ABI64} \ %{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} \ %{!mint64: -D_MIPS_SZINT=32}%{mint64: -D_MIPS_SZINT=64} \
%{mabi=32: -D_MIPS_SZLONG=32} \ %{mabi=32: -D_MIPS_SZLONG=32} \
%{mabi=n32: -D_MIPS_SZLONG=32} \ %{mabi=n32: -D_MIPS_SZLONG=32} \
......
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