* targets.c (target_vector): Take out oasys (unless that is
authorPer Bothner <per@bothner.com>
Tue, 1 Sep 1992 20:42:11 +0000 (20:42 +0000)
committerPer Bothner <per@bothner.com>
Tue, 1 Sep 1992 20:42:11 +0000 (20:42 +0000)
the default):  Because there is no magic number in archives,
there can be annoying target mis-matches.

bfd/targets.c

index 8cd9fff..6d7b337 100644 (file)
@@ -422,10 +422,12 @@ bfd_target *target_vector[] = {
        &ecoff_little_vec,
        &ecoff_big_vec,
        &ieee_vec,
-#if 1
+#if 0
        /* We have no oasys tools anymore, so we can't test any of this
           anymore. If you want to test the stuff yourself, go ahead...
-          steve@cygnus.com */
+          steve@cygnus.com
+          Worse, since there is no magic number for archives, there
+          can annoying target mis-matches.  */
        &oasys_vec,
 #endif
        &sunos_big_vec,