diff options
author | Nick Clifton <nickc@redhat.com> | 2002-06-07 14:56:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-06-07 14:56:01 +0000 |
commit | e0076ab3140185bf116c79564b976d455942a984 (patch) | |
tree | d9823f58d15fce19ac2708cc2b658beba882a819 /ld/ChangeLog | |
parent | 6ab6b380eecb3092915f38564d300bc282d5f979 (diff) | |
download | gdb-e0076ab3140185bf116c79564b976d455942a984.zip gdb-e0076ab3140185bf116c79564b976d455942a984.tar.gz gdb-e0076ab3140185bf116c79564b976d455942a984.tar.bz2 |
Enable pei386_auto_import by default. Only print a info message about auto
imports being resilved if this feature was not requested via a command line
switch.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6efe3d7..01f0bc0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +2002-06-07 Charles Wilson <cwilson@ece.gatech.edu> + + * ld/ldmain.c (main): initialize link_info.pei386_auto_import + to -1 == implicit enable. + * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): + initialize link_info.pei386_auto_import to -1 == implicit + enable. + (gld_${EMULATION_NAME}_parse_args): When processing + --enable-auto-import and --disable-auto-import options, use + '1' and '0' instead of 'true' and 'false'. + (pe_find_data_imports): Only issue message about auto-import + when the feature is implicitly enabled. Downgrade message to + informational instead of warning. + 2002-06-07 Alan Modra <amodra@bigpond.net.au> * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces. @@ -7,7 +21,7 @@ * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS, HOSTING_CRT0 and HOSTING_LIBS. -Wed Jun 5 20:42:31 2002 J"orn Rennecke <joern.rennecke@superh.com> +2002-06-05 J"orn Rennecke <joern.rennecke@superh.com> * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations. |