*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 6a395b68580da5e13542c38ba5bbca8e6a799130..42b1e6248c84fd2e40378594f9a00631693cf925 100644 (file)
@@ -1,3 +1,149 @@
+2005-11-25  Jan Beulich  <jbeulich@novell.com>
+
+       * Makefile.am: Make configdoc.texi writeable before trying
+       to write to it.
+       * Makefile.in: Refresh.
+
+2005-11-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (lang_output_section_find_by_flags): Add match_type param.
+       Run two passes, first using match_type, second without.
+       * ldlang.h (lang_match_sec_type_func): New typedef.
+       (lang_output_section_find_by_flags): Update prototype.
+       bfd_match_sections_by_type and lang_output_section_find_by_flags.
+       * emultempl/pe.em (place_orphan): Likewise.
+
+2005-11-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (lang_insert_orphan): Skip first assignment to dot
+       in script when looking for place to insert orphan statements.
+
+2005-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf64ppc.sh (.tocbss): Use new section alignment scheme.
+       (.got, .toc1, .opd): Likewise.
+
+2005-11-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (lang_size_sections_1): Revert 2005-11-16 functional
+       changes to section alignment.
+       * ldmisc.c (vfinfo): Handle %ld and %lu.
+
+2005-11-16  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi..
+       * Makefile.in: Regenerated.
+       * ld.texinfo: Include configdoc.texi and ldver.texi in man pages.
+       Add @file documentation.
+
+2005-11-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.h (lang_input_section_type): Remove "ifile" field.
+       (lang_insert_orphan, lang_add_section): Update prototypes.
+       * ldlang.c (lang_insert_orphan): Remove "file" param.
+       (lang_add_section): Likewise.  Update all callers.
+       (wild_sort): Get an input section's bfd via "section->owner".
+       (size_input_section): Access just_syms_flag via bfd usrdata.
+       (lang_place_orphans): Update ldemul_place_orphan call.
+       * ldemul.h (ldemul_place_orphan): Remove input_statement param.
+       (struct ld_emulation_xfer_struct <place_orphan>): Likewise.
+       * ldemul.c (ldemul_place_orphan): Likewise.
+       * ldwrite.c (build_link_order): Access just_syms_flag via bfd usrdata.
+       * emultempl/armelf.em (arm_elf_set_bfd_for_interworking): Likewise.
+       * emultempl/beos.em (sort_by_file_name): Access bfd by section->owner.
+       (sort_sections): Likewise.
+       (place_orphan): Remove "file" param.  Adjust lang_add_section call.
+       * emultempl/elf32.em (place_orphan): Remove "file" param.  Adjust
+       lang_add_section and lang_insert_orphan calls.
+       * emultempl/hppaelf.em (hppaelf_add_stub_section): Adjust
+       lang_add_section call.
+       (build_section_lists): Access just_syms_flag via bfd usrdata.
+       * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Adjust
+       lang_add_section call.
+       * emultempl/mmo.em (mmo_place_orphan): Remove "file" param.  Adjust
+       lang_add_section and lang_insert_orphan calls.
+       * emultempl/pe.em (place_orphan): Likewise.  Access bfd via section
+       owner.
+       * emultempl/ppc64elf.em (ppc_add_stub_section): Adjust
+       lang_add_section call.
+       (build_toc_list): Access just_syms_flag via bfd usrdata.
+       (build_section_lists): Likewise.
+       * emultempl/xtensaelf.em (elf_xtensa_place_orphan): Remove "file"
+       param.  Adjust place_orphan call.
+       (ld_build_required_section_dependence): Access bfd via section owner.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.h (lang_output_section_statement_type): Add prev.
+       * ldlang.c (new_afile): Always init header.type.
+       (output_statement_newfunc): Set os.prev.
+       (output_prev_sec_find): Use os.prev.
+       (lang_enter_output_section_statement): Formatting.
+       (lang_final, lang_add_target, lang_add_fill): Likewise.
+       (lang_add_data, lang_add_reloc): Likewise.
+       (lang_add_attribute): Only alloc the header.
+
+2005-11-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo (Forced Output Alignment): Specify that this is an
+       alignment increase, not an override.
+       * ldlang.c (init_os): Set output section alignment here..
+       (lang_add_section): ..rather than here.
+       (lang_size_sections_1): Consolidate alignment code.  Warn if section
+       alignment affects start address when explicit address given.
+
+2005-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate after modifying bfd/warning.m4.
+
+2005-11-07  Olaf Hering  <olh@suse.de>
+
+       * ldmain.c (main): Add \n to error message.
+
+2005-11-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (struct output_statement_hash_entry): Don't indirect to os.
+       (output_statement_newfunc): Rewrite.
+       (lang_output_section_find_1): Merge into..
+       (lang_output_section_find): ..here.
+       (lang_output_section_statement_lookup_1): Rewrite to handle
+       multiple sections with the same name.
+       (output_statement_table_init): Commonise error message.
+       (lang_init, open_output): Likewise.
+
+2005-11-03  Paul Brook  <paul@codesourcery.com>
+
+       * scripttempl/elf.sc: Add .init_array.* and .fini_array.*.
+       * scripttempl/armbpabi.sc: Make init/fini array consistent with
+       elf.sc.
+       * scripttempl/elf32sh-symbian.sc: Ditto.
+       * scripttempl/elfxtensa.sc: Ditto.
+
+2005-11-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.h (lang_output_section_statement_type): Rearrange.  Remove
+       memspec.  Make "processed" a bitfield.
+       (lang_data_statement_type, lang_reloc_statement_type): Rename
+       output_vma to output_offset.
+       * ldlang.c (lang_output_section_statement_lookup_1): Init
+       all_input_readonly.  Don't init memspec.
+       (init_os): Remove incorrect comment.
+       (print_data_statement, print_reloc_statement): Adjust for
+       lang_data_statement_type and lang_reloc_statement_type change.
+       (lang_size_sections_1, lang_add_reloc): Likewise.
+       * ldwrite.c (build_link_order): Likewise.
+
+2005-10-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * lexsup.c (help): Document "@FILE".
+
+2005-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+
+       * dep-in.sed: Replace " ./" with " ".
+
 2005-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
 
        * Makefile.am: Add support for Z80
        * ldmain.c (main): Use expandargv.
 
 2005-09-30  Catherine Moore  <clm@cm00re.com>
-       
+
        * Makefile.am: Bfin support.
        * Makefile.in: Regenerated.
        * aclocal.m4: Regenerated.
This page took 0.023926 seconds and 4 git commands to generate.