mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 09:55:31 +00:00
message.txt
This commit is contained in:
parent
59354ce653
commit
09db93a813
@ -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.
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user