message.txt

This commit is contained in:
Danny Smith 2010-06-20 09:51:16 +00:00
parent 59354ce653
commit 09db93a813
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-06-20 Danny Smith <dannysmith@users.sourceforge.net>
* emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
auto-import and merge-rdata defaults same for i[3-7]86 and
and x86_64 mingw.
2010-06-15 Joseph Myers <joseph@codesourcery.com>
* emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.

View File

@ -174,7 +174,7 @@ case ${target} in
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
;;