From 3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 May 1997 21:40:42 +0000 Subject: [PATCH] * config.bfd: Change #if 0 around uses of host_aout_vec to #if HAVE_host_aout_vec. --- bfd/ChangeLog | 5 +++++ bfd/config.bfd | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c616c0feb..a4d228703b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri May 9 17:40:02 1997 Ian Lance Taylor + + * 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 * coffgen.c (coff_find_nearest_line): If there are no syments, diff --git a/bfd/config.bfd b/bfd/config.bfd index dff026b995..719310d325 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