From: Mark Mitchell Date: Mon, 3 Jan 2000 20:01:59 +0000 (+0000) Subject: * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a75bc3340bfcaa6f4353b837c753c676cd5113a;p=gcc.git * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs. From-SVN: r31182 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61ce55b04c0..f8c4d0e8e7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 3 12:59:54 2000 Mark P. Mitchell + + * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs. + Mon Jan 3 15:33:37 MET 2000 Jan Hubicka * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to diff --git a/gcc/config/mips/iris6gld.h b/gcc/config/mips/iris6gld.h index 88a5f68e206..b378a91c9e9 100644 --- a/gcc/config/mips/iris6gld.h +++ b/gcc/config/mips/iris6gld.h @@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */ %{!static: \ %{!shared: %{!non_shared: %{!call_shared: -call_shared}}}} \ %{rpath} -init __do_global_ctors -fini __do_global_dtors \ -%{mabi=32: -melf32bsmip}%{mabi=n32: -melfbmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}" +%{mabi=32: -melf32bsmip}%{mabi=n32: -melf32bmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}" /* The GNU linker supports one-only sections. */ #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)