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]

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


This makes the mingw.org toolchain have the same auto-import defaults
as the w64-mingw  toolchain.

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

OK to commit?

ChangeLog

20210-06-15  Danny Smith  <dannysmith@users.sourceforge.net>

      * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
      auto-import/merge-rdata defaults same for all  *.*.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	14 Jun 2010 21:09:49 -0000
@@ -174,7 +174,7 @@
     default_auto_import=1
     default_merge_rdata=1
     ;;
-  *-w64-mingw*)
+  *-*-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]