X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=2fbd8d1d4e0c7da7ad1eadded67c1ecbc1584be4;hb=4fc89632580d99f45565dc038a4c5d895f73d5cd;hp=8257eecd837553563aba7d993931672674bde4bd;hpb=bd518033e94e94717505ba617c9cc46beebffde8;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 8257eecd83..2fbd8d1d4e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,30 @@ +2011-10-15 Alan Modra + + * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check. + +2011-10-13 Dave Korn + + * pe-dll.c (generate_reloc): Don't emit a base reloc for an + underlying BFD reloc that will be discarded in eh_frame data. + +2011-10-10 Nick Clifton + + * po/bg.po: Updated Bulgarian translation. + * po/es.po: Updated Spanish translation. + * po/fi.po: Updated Finnish translation. + * po/fr.po: Updated French translation. + +2011-10-10 Alan Modra + + * ldmain.c (main): Move code twiddling various config and link_info + bits to.. + * lexsup.c (parse_args): ..here. Move plugin_load_plugins call + into main. + * plugin.c (set_tv_header): Test link_info.executable, not + link_info.shared. + (is_visible_from_outside): Likewise. Delete redundant + is_ir_dummy_bfd check and "section" parameter. + 2011-10-10 Alan Modra * emultempl/ppc64elf.em (ppc_add_stub_section): Align to 32 bytes.