This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*


On Tue, Jun 15, 2010 at 2:08 PM, Dave Korn <dave.korn.cygwin@gmail.com> wrote:
> ?Nonetheless, I think it would be nice to leave the settings alone for
> arm-mingw32ce. ?Danny, can you adjust the case patterns as Kai suggests? ?OK
> with that change.
>
> ? ?cheers,
> ? ? ?DaveK
>
Hello Kai,

This what you mean? Dave has OK'd off-list.

Tested on i686-pc-mingw32 and ix86_64-w64-mingw32

2010-06-18  Danny Smith  <dannysmith@users.sourceforge.net>

    * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
    auto-import/merge-rdata defaults same for i[3-7]86-*-mingw* |
x86_64-*-mingw*

Index: emultempl/pe.em
===================================================================
RCS file: /cvs/src/src/ld/emultempl/pe.em,v
retrieving revision 1.160
diff -u -r1.160 pe.em
--- emultempl/pe.em     25 May 2010 10:00:25 -0000      1.160
+++ emultempl/pe.em     18 Jun 2010 11:41:44 -0000
@@ -174,7 +174,7 @@
    default_auto_import=1
    default_merge_rdata=1
    ;;
-  *-w64-mingw*)
+  i[3-7]86-*-mingw* | x86_64-*-mingw*)
    default_auto_import=1
    default_merge_rdata=0
    ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]