* config.bfd: Set targ_underscore=yes for PE COFF targets.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 20 Oct 2004 01:58:47 +0000 (01:58 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Wed, 20 Oct 2004 01:58:47 +0000 (01:58 +0000)
bfd/ChangeLog
bfd/config.bfd

index e40eda00f4258e44de82a59ac4b2d15d2146c00f..2b745ac6f914c5e04a700b78ed285ab5188969f1 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-19  Danny Smith  <dannysmith@users.sourceforege.net>
+
+       * config.bfd: Set targ_underscore=yes for PE COFF targets
+
 2004-10-19  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.
index 549397b1ba10d70faee29171775bf5e2b78c9c90..c63d53fbfa071185ab53b70f703ecdc7f8d328ec 100644 (file)
@@ -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