* config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
authorStu Grossman <grossman@cygnus>
Sat, 4 Nov 1995 18:21:17 +0000 (18:21 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 4 Nov 1995 18:21:17 +0000 (18:21 +0000)
targ_selvecs to allow debugging under Irix-5 native.

bfd/ChangeLog
bfd/config.bfd

index 88e04686ea12badf71d034febd635489a5c61e63..482a379a9be23f2049f4933ad758c24efce9e20e 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-gm
+Sat Nov  4 10:16:54 1995  Stu Grossman  (grossman@cygnus.com)
+
+       * config.bfd (mips*-*-magic*):  Add bfd_elf32_bigmips_vec to
+       targ_selvecs to allow debugging under Irix-5 native.
+
+end-sanitize-gm
 Fri Nov  3 15:54:59 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * xcofflink.c (xcoff_link_add_symbols): Rename local variable sub
index 5dd7643ee1554592347c99b2385d3d4ac4fd07fa..ad91081b5beb7fd8efb3cac24dc8ba91e958fb75 100755 (executable)
@@ -312,6 +312,7 @@ case "${targ}" in
 # start-sanitize-gm
   mips*-*-magic*)
     targ_defvec=ecoff_big_vec
+    targ_selvecs=bfd_elf32_bigmips_vec
     ;;
 # end-sanitize-gm
   mips*-*-ecoff*)