Disable annoying linker warning that occurs when templates are used.
authorJim Wilson <wilson@cygnus.com>
Wed, 17 Jun 1998 12:48:25 +0000 (05:48 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 17 Jun 1998 12:48:25 +0000 (05:48 -0700)
* mips/iris6.h (LINK_SPEC): Add -woff 131.

From-SVN: r20539

gcc/ChangeLog
gcc/config/mips/iris6.h

index aa8d4dda5911b64efa92ffb6f73ca64940314e77..a8c08dc2a0d8987e5f9c50c9ec3cec01f4715a70 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * dwarf2out.c: Disable EH_FRAME_SECTION if we don't have .init.
index 9d96225a4aab6917c823552bb228a37e0eb8b682..536ceee95d02eed173d9890f3ea972c88901d252 100644 (file)
@@ -554,4 +554,5 @@ do {                                                                         \
   %{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}}} \
 %{rpath} -init __do_global_ctors -fini __do_global_dtors \
 %{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}"