Commit 33f264af by Jim Wilson Committed by Jim Wilson

Disable annoying linker warning that occurs when templates are used.

	* mips/iris6.h (LINK_SPEC): Add -woff 131.

From-SVN: r20539
parent dbecbbe4
1998-06-17 12:46:56 1998 Jim Wilson <wilson@cygnus.com>
* mips/iris6.h (LINK_SPEC): Add -woff 131.
1998-06-17 Jason Merrill <jason@yorick.cygnus.com> 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
* dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init. * dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.
......
...@@ -554,4 +554,5 @@ do { \ ...@@ -554,4 +554,5 @@ do { \
%{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}}} \ %{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}}} \
%{rpath} -init __do_global_ctors -fini __do_global_dtors \ %{rpath} -init __do_global_ctors -fini __do_global_dtors \
%{shared:-hidden_symbol __do_global_ctors,__do_global_dtors,__EH_FRAME_BEGIN__,__frame_dummy} \ %{shared:-hidden_symbol __do_global_ctors,__do_global_dtors,__EH_FRAME_BEGIN__,__frame_dummy} \
-_SYSTYPE_SVR4 %{mabi=32: -32}%{mabi=n32: -n32}%{mabi=64: -64} %{!mabi*: -n32}" -_SYSTYPE_SVR4 -woff 131 \
%{mabi=32: -32}%{mabi=n32: -n32}%{mabi=64: -64}%{!mabi*: -n32}"
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