X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=58b6e82032dd24a034cbcbcc0420d3096fb9e59a;hb=8b9a522f5779a9e8640df98c7010f763b008f625;hp=f9835ea14f31c1e4a7e70bb721a430aacc359265;hpb=a48d02c9a70f4fd8bf0331db06141c3c7b400998;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index f9835ea14f..58b6e82032 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,94 @@ +2010-12-09 Mike Frysinger + + * .gitignore: New file. + +2010-12-06 H.J. Lu + + * lexsup.c (ld_options): Add -flto and -flto-partition= for + GCC LTO option compatibility. + +2010-12-06 H.J. Lu + + PR ld/12288 + * plugin.c (message): Don't add the trailing `\n' for + LDPL_ERROR. + +2010-12-06 H.J. Lu + + PR ld/12288 + * testplug.c: Remove the trailing `\n' from TV_MESSAGE. + +2010-12-06 Dmitry Gorbachev + + PR ld/12288 + * plugin.c (message): Use putchar for the trailing `\n'. + +2010-12-06 H.J. Lu + Dmitry Gorbachev + + PR ld/12289 + * ldmain.c (main): Don't call plugin_call_cleanup. + + * plugin.c (plugin_call_cleanup): Make it static. + (message): Don't call plugin_call_cleanup. + (plugin_load_plugins): Call xatexit with plugin_call_cleanup. + +2010-12-05 H.J. Lu + + PR ld/12289 + * plugin.c (message): Call plugin_call_cleanup on fatal + error. + +2010-12-05 H.J. Lu + + * plugin.c (message): Add a space after `:' in error message. + +2010-12-05 H.J. Lu + + * plugin.c (asymbol_from_plugin_symbol): Add the trailing `\n' + to einfo. + (get_symbols): Likewise. + (plugin_notice): Likewise. + (plugin_multiple_definition): Likewise. + +2010-12-05 H.J. Lu + + PR ld/12288 + * plugin.c (message): Add the trailing `\n'. + +2010-12-05 H.J. Lu + + * ldfile.c (ldfile_open_file_search): Check maybe_archive instead + of is_archive. + * emultempl/aix.em: Likewise. + * emultempl/elf32.em: Likewise. + * emultempl/linux.em: Likewise. + * emultempl/pe.em: Likewise. + * emultempl/pep.em: Likewise. + * emultempl/sunos.em: Likewise. + * emultempl/vms.em: Likewise. + + * ldlang.c (new_afile): Set maybe_archive instead of is_archive.. + + * ldlang.h (lang_input_statement_struct): Replace is_archive + with maybe_archive. + +2010-12-05 H.J. Lu + + PR ld/12277 + * plugin.c (asymbol_from_plugin_symbol): Properly convert LTO + plugin visibility to ELF visibility. + (is_visible_from_outside): Re-indent. + +2010-12-04 Alan Modra + + * ldlang.c (lang_size_sections_1): Align lma using same alignment + as for vma. + +2010-12-03 H.J. Lu + + * lexsup.c (ld_options): Fix a typo in comments. + 2010-12-01 H.J. Lu * plugin.h: Re-indent.