diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/config.bfd | 4 |
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 |