[Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*
Kai Tietz
ktietz70@googlemail.com
Sat Jun 19 08:22:00 GMT 2010
More information about the Binutils mailing list
Sat Jun 19 08:22:00 GMT 2010
- Previous message (by thread): [Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*
- Next message (by thread): [Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Danny, 2010/6/19 Danny Smith <dansmister@gmail.com>: > 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 > ;; > Yes, this is what I meant. I think it is better to keep default behavior for other architectures. Thanks, Kai -- | (\_/) This is Bunny. Copy and paste | (='.'=) Bunny into your signature to help | (")_(") him gain world domination
- Previous message (by thread): [Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*
- Next message (by thread): [Patch/PE_COFF] Make auto-import/merge-rdata defaults same for all *.*.mingw*
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list