Commit 1a75bc33 by Mark Mitchell Committed by Mark Mitchell

* config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.

From-SVN: r31182
parent 0f808b6f
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment