summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-03 20:01:59 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-03 20:01:59 +0000
commit69ccef955d0dae5fbecc048e317910ba08371652 (patch)
tree3e4bd8366850ee1155aa073c6f9dc466c0941023
parent0f177ed3197deb5b081328959bb06933551b0dc2 (diff)
downloadgcc-69ccef955d0dae5fbecc048e317910ba08371652.tar.gz
* config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31182 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/iris6gld.h2
2 files changed, 5 insertions, 1 deletions
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 <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 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)