aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-09-01 20:42:11 +0000
committerPer Bothner <per@bothner.com>1992-09-01 20:42:11 +0000
commit81e064da64b0f4416cf6ad6938ff6fcb553359af (patch)
treef94baf0bba9c2b6f6a6c670e0d57ef3e38d30fb8 /bfd/targets.c
parent0bb95ac84a129dcbbc4f0c459847370581790fe5 (diff)
downloadgdb-81e064da64b0f4416cf6ad6938ff6fcb553359af.zip
gdb-81e064da64b0f4416cf6ad6938ff6fcb553359af.tar.gz
gdb-81e064da64b0f4416cf6ad6938ff6fcb553359af.tar.bz2
* targets.c (target_vector): Take out oasys (unless that is
the default): Because there is no magic number in archives, there can be annoying target mis-matches.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 8cd9fff..6d7b337 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -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,