* config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 Jun 2003 18:59:49 +0000 (18:59 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 Jun 2003 18:59:49 +0000 (18:59 +0000)
bfd/ChangeLog
bfd/config.bfd

index 04582f8b0f6b806f5279cb332388e19d61cce00c..2cb6fee54eb769c11c2ca459412580db200e4ffc 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
+
 2003-05-31  Jakub Jelinek  <jakub@redhat.com>
 
        * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
index d93b07131a76db19c9c28bd54d4377c8a8a9f84f..a571fff4f8417fcfda7ab9a93f6449e864b6a311 100644 (file)
@@ -719,8 +719,8 @@ case "${targ}" in
     targ_selvecs="bfd_elf32_littlemips_vec bfd_elf64_bigmips_vec bfd_elf64_littlemips_vec ecoff_big_vec ecoff_little_vec"
     ;;
   mips*-dec-bsd*)
-    targ_defvec=aout_mips_little_vec
-    targ_underscore=yes
+    echo "This target is obsolete and has been removed." 
+    exit 1
     ;;
   mips*-dec-mach3*)
     targ_defvec=aout_mips_little_vec
@@ -757,9 +757,8 @@ case "${targ}" in
     targ_cflags=-DSTAT_FOR_EXEC
     ;;
   mips*-*-pe*)
-    targ_defvec=mipslpe_vec
-    targ_selvecs="mipslpei_vec mipslpei_vec ecoff_little_vec ecoff_big_vec"
-    targ_underscore=yes
+    echo "This target is obsolete and has been removed." 
+    exit 1
     ;;
   mips*-*-sysv4*)
     targ_defvec=bfd_elf32_tradbigmips_vec
This page took 0.030597 seconds and 4 git commands to generate.