PATCH for IRIX6 GLD specs

Mark P. Mitchell mark@codesourcery.com
Mon Jan 3 12:02:00 GMT 2000


The name of N32 linker emulation was misspelled in the specs.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>

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

Index: config/mips/iris6gld.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mips/iris6gld.h,v
retrieving revision 1.3
diff -c -p -r1.3 iris6gld.h
*** iris6gld.h	1999/07/20 00:41:56	1.3
--- iris6gld.h	2000/01/03 20:00:53
*************** Boston, MA 02111-1307, USA.  */
*** 45,51 ****
  %{!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}"
  
  /* The GNU linker supports one-only sections.  */
  #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
--- 45,51 ----
  %{!static: \
    %{!shared: %{!non_shared: %{!call_shared: -call_shared}}}} \
  %{rpath} -init __do_global_ctors -fini __do_global_dtors \
! %{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)


More information about the Gcc-patches mailing list