* config.bfd: Change #if 0 around uses of host_aout_vec to #if
authorIan Lance Taylor <ian@airs.com>
Fri, 9 May 1997 21:40:42 +0000 (21:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 9 May 1997 21:40:42 +0000 (21:40 +0000)
HAVE_host_aout_vec.

bfd/ChangeLog
bfd/config.bfd

index 4c616c0..a4d2287 100644 (file)
@@ -1,3 +1,8 @@
+Fri May  9 17:40:02 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.bfd: Change #if 0 around uses of host_aout_vec to #if
+       HAVE_host_aout_vec.
+
 Mon May  5 13:57:32 1997  Mike Meissner  <meissner@cygnus.com>
 
        * coffgen.c (coff_find_nearest_line): If there are no syments,
index dff026b..719310d 100755 (executable)
@@ -530,7 +530,7 @@ case "${targ}" in
     targ_underscore=yes
     ;;
 
-#if 0
+#if HAVE_host_aout_vec
   tahoe-*-*)
     targ_defvec=host_aout_vec
     targ_underscore=yes
@@ -549,7 +549,7 @@ case "${targ}" in
     ;;
 
 # end-sanitize-v850
-#if 0
+#if HAVE_host_aout_vec
   vax-*-bsd* | vax-*-ultrix*)
     targ_defvec=host_aout_vec
     targ_underscore=yes