From: Danny Smith Date: Wed, 20 Oct 2004 01:58:47 +0000 (+0000) Subject: * config.bfd: Set targ_underscore=yes for PE COFF targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db3d41a8582ceed14d43b0fdf3ed774d80a32e6f;p=binutils-gdb.git * config.bfd: Set targ_underscore=yes for PE COFF targets. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e40eda00f42..2b745ac6f91 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-10-19 Danny Smith + + * config.bfd: Set targ_underscore=yes for PE COFF targets + 2004-10-19 Alan Modra * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects. diff --git a/bfd/config.bfd b/bfd/config.bfd index 549397b1ba1..c63d53fbfa0 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -581,6 +581,7 @@ case "${targ}" in i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-winnt | i[3-7]86-*-pe) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" + targ_underscore=yes ;; i[3-7]86-none-*) targ_defvec=i386coff_vec