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 /gcc/config | |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/iris6gld.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |