From 1b26cad749848a2b8e1806a5727d1cea1b966617 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 15 Jan 2001 06:56:14 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 7 ++++++- gcc/config/mips/linux.h | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45e1d59796f..a13862faca5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-14 Ralf Baechle + + * config/mips/linux.h (SUBTARGET_CPP_SPEC): Default ABI is 32; change + SUBTARGET_CPP_SPEC apropriatly. + 2001-01-12 Mark Mitchell * varasm.c (make_decl_rtl): Fix typo in last change. @@ -54,7 +59,7 @@ Sun Jan 14 22:31:30 2001 J"orn Rennecke 2001-01-14 Richard Earnshaw - * 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 diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 313a1fe2a25..e6dccb9d414 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -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} \ -- 2.30.2