Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 1 Oct 1996 20:15:48 +0000 (20:15 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 1 Oct 1996 20:15:48 +0000 (20:15 +0000)
* config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.

bfd/ChangeLog
bfd/config.bfd

index bddced0..1575adb 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct  1 16:14:22 1996  Joel Sherrill  <joel@oarcorp.com>
+
+       * config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
+
 Tue Oct  1 12:31:39 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * elflink.h (elf_link_add_object_symbols): Only put a symbol from
index 7dd0aaf..3258401 100755 (executable)
@@ -234,6 +234,12 @@ case "${targ}" in
     targ_underscore=yes
     ;;
 
+# start-sanitize-m32r
+  m32r-*-*)
+    targ_defvec=bfd_elf32_m32r_vec
+    ;;
+# end-sanitize-m32r
+
   m68*-apollo-*)
     targ_defvec=apollocoff_vec
     ;;
@@ -382,7 +388,7 @@ case "${targ}" in
     targ_defvec=bfd_elf32_littlemips_vec
     targ_selvecs="bfd_elf32_bigmips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
     ;;
-  mips*-*-elf*)
+  mips*-*-elf* | mips*-*-rtems*)
     targ_defvec=bfd_elf32_bigmips_vec
     targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec"
     ;;