diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-01-03 20:01:59 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-01-03 20:01:59 +0000 |
commit | 1a75bc3340bfcaa6f4353b837c753c676cd5113a (patch) | |
tree | 3e4bd8366850ee1155aa073c6f9dc466c0941023 | |
parent | 0f808b6f0a60d2d487cc361a355d5d42c731607b (diff) | |
download | gcc-1a75bc3340bfcaa6f4353b837c753c676cd5113a.zip gcc-1a75bc3340bfcaa6f4353b837c753c676cd5113a.tar.gz gcc-1a75bc3340bfcaa6f4353b837c753c676cd5113a.tar.bz2 |
* config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
From-SVN: r31182
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/iris6gld.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61ce55b..f8c4d0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com> + + * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs. + Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz> * 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 88a5f68..b378a91 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) |