aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-05-09 21:40:42 +0000
committerIan Lance Taylor <ian@airs.com>1997-05-09 21:40:42 +0000
commit3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1 (patch)
tree9c586924056a5e6ef7d9a94323cbbd20e241f12b /bfd
parent27349293ba436b548f8ad5cb2065bf4b44d952b3 (diff)
downloadgdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.zip
gdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.tar.gz
gdb-3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1.tar.bz2
* config.bfd: Change #if 0 around uses of host_aout_vec to #if
HAVE_host_aout_vec.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/config.bfd4
2 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4c616c0..a4d2287 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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,
diff --git a/bfd/config.bfd b/bfd/config.bfd
index dff026b..719310d 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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