From: Ian Lance Taylor Date: Thu, 22 Jul 1999 00:51:11 +0000 (+0000) Subject: 1999-07-21 H.J. Lu X-Git-Tag: gdb-1999-07-26~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=957ccf4406b908859114860bafbb2f580bf24769;p=external%2Fbinutils.git 1999-07-21 H.J. Lu * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e1059ee..31334bd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +1999-07-21 H.J. Lu + + * config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes. + 1999-07-21 Philippe De Muyter * cofflink.c (_bfd_coff_generic_relocate_section): Issue an error diff --git a/bfd/config.bfd b/bfd/config.bfd index 1f3b663..881acca 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -315,6 +315,7 @@ case "${targ}" in ;; i[3456]86-*-vxworks*) targ_defvec=i386aout_vec + targ_underscore=yes ;; i860-*-mach3* | i860-*-osf1* | i860-*-coff*)