X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=bf18bbfca4bd2c204576b8327d88337f69def39c;hb=df7b86aa4cb63ce86e60949b8160438bc0f9e389;hp=1a1b7298ae70c42f337c244217751bc75abcbb42;hpb=b38cadfb70dbcbe3f1b31f53e96f0ab9a72e394b;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 1a1b7298ae..bf18bbfca4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,118 @@ +2012-05-17 Daniel Richard G. + Nick Clifton + + PR 14072 + * configure.in: Add check that sysdep.h has been included before + any system header files. + * configure: Regenerate. + * config.in: Regenerate. + * sysdep.h: Generate an error if included before config.h. + +2012-05-16 Sergio Durigan Junior + + * emultempl/m68hc1xelf.em (hook_in_stub): Pass proper `bfd' + as the first argument for `bfd_get_section_name'. + +2012-05-16 Samuel Thibault + + PR ld/14069 + * emultempl/elf32.em: Include *-*-gnu* targets in ld.so.conf + support. + +2012-05-15 James Murray + + * NEWS: Mention the support for S12X processors. + +2012-05-14 James Lemke + + * ldlang.c (walk_wild_consider_section): Don't copy section_flag_list. + Pass it to callback. + (walk_wild_section_general): Pass section_flag_list to callback. + (lang_add_section): Add sflag_list parm. + Move out logic to keep / omit a section & call bfd_lookup_section_flags. + (output_section_callback_fast): Add sflag_list parm. + Add new parm to lang_add_section calls. + (output_section_callback): Likewise. + (check_section_callback): Add sflag_list parm. + (lang_place_orphans): Add new parm to lang_add_section calls. + (gc_section_callback): Add sflag_list parm. + (find_relro_section_callback): Likewise. + * ldlang.h (callback_t): Add flag_info parm. + (lang_add_section): Add sflag_list parm. + * emultempl/armelf.em (elf32_arm_add_stub_section): + Add lang_add_section parm. + * emultempl/beos.em (gld*_place_orphan): Likewise. + * emultempl/elf32.em (gld*_place_orphan): Likewise. + * emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise. + * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise. + * emultempl/mipself.em (mips_add_stub_section): Likewise. + * emultempl/mmo.em (mmo_place_orphan): Likewise. + * emultempl/pe.em (gld_*_place_orphan): Likewise. + * emultempl/pep.em (gld_*_place_orphan): Likewise. + * emultempl/ppc64elf.em (ppc_add_stub_section): Likewise. + * emultempl/spuelf.em (spu_place_special_section): Likewise. + * emultempl/vms.em (vms_place_orphan): Likewise. + +2012-05-14 Catherine Moore + + * NEWS: Mention PowerPC VLE port. + +2012-05-11 Daniel Richard G. + + PR binutils/14028 + * configure.in: Invoke ACX_HEADER_STRING. + * configure: Regenerate. + * config.in: Regenerate. + * sysdep.h: If STRINGS_WITH_STRING is defined then include both + string.h and strings.h. + +2012-05-08 Alan Modra + + * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other + LC and LANG environment vars. + * Makefile.in: Regenerate. + +2012-05-07 Tristan Gingold + + * pe-dll.c (udef_table): Make it static. + +2012-05-05 Alan Modra + + * pe-dll.c (process_def_file_and_drectve): Use bfd_und_section_ptr. + (generate_reloc): Use bfd_abs_section_ptr. + +2012-05-04 H.J. Lu + + * configure.tgt: Support x86_64-*-linux-gnux32. + +2012-05-03 Sean Keys + + * Makefile.am (ALL_EMULATIONS): Added new emulation for XGATE + and XGATE (elf). + * Makefile.in: Rebuild. + * configure.tgt: Recognize XGATE. + * scripttempl/elfxgate.sc: New file, mostly cloned from m68hc12. + * emulparams/xgateelf: New emulation, mostly cloned from m68hc12. + * NEWS: Mention new support. + +2012-04-26 Hans-Peter Nilsson + + Make bfd asserts cause linker errors. + * ldmain.c (default_bfd_assert_handler): New variable. + (ld_bfd_assert_handler): New function. + (main): Call bfd_set_assert_handler. + +2012-04-24 Alan Modra + + * ldlang.c (size_input_section): Use sec_info_type rather than + usrdata->flags.just_syms. + * ldwrite.c (build_link_order): Likewise. + * emultempl/hppaelf.em (build_section_lists): Likewise. + * emultempl/ppc64elf.em (build_toc_list): Likewise. + * emultempl/armelf.em (build_section_lists): Likewise. + (after_allocation): Update for renamed sec_info_type value. + * emultempl/tic6xdsbt.em: Likewise. + 2012-04-12 Roland McGrath * configure.tgt (arm*-*-nacl*, arm*b-*-nacl*): Handle them. @@ -72,7 +187,7 @@ 2012-03-25 Alan Modra * ldemul.c (before_allocation_default): Revert last change. - ldlang.c (lang_add_section): Likewise. + * ldlang.c (lang_add_section): Likewise. (strip_excluded_output_sections): Don't strip output sections with user input sections when emitrelocations, unless all are SEC_EXCLUDE.