From: Ian Lance Taylor Date: Fri, 9 May 1997 21:40:42 +0000 (+0000) Subject: * config.bfd: Change #if 0 around uses of host_aout_vec to #if X-Git-Tag: gdb-4_18-branchpoint~5547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3baa24adb1f9b0a7e57c072cdb606ddc4fa71ee1;p=thirdparty%2Fbinutils-gdb.git * config.bfd: Change #if 0 around uses of host_aout_vec to #if HAVE_host_aout_vec. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c616c0feb5..a4d228703bd 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 dff026b9953..719310d325f 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