X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=01f0bc0159f028cbdd56af0dae21399468aa8662;hb=e0076ab3140185bf116c79564b976d455942a984;hp=a0036064f784f63dbd40ed35a6329720cb2e2e35;hpb=7a33bc1016fa9a186afb5bbbeb584d122690abc8;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index a0036064f7..01f0bc0159 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,27 @@ -Wed Jun 5 20:42:31 2002 J"orn Rennecke +2002-06-07 Charles Wilson + + * 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 + + * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces. + +2002-06-06 John David Anglin + + * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS, + HOSTING_CRT0 and HOSTING_LIBS. + +2002-06-05 J"orn Rennecke * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.