* tui/tui-file.c:
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 0aedf6b57564ee636f36a91bcae027d2e3ae30c6..c0c61d8e3de209d8f3137e871052f8923ca33f4d 100644 (file)
@@ -1,3 +1,358 @@
+2005-12-22  Santosh Raktawan <santoshr2@kpitcummins.com>
+
+       * ld/emulparms/h8300helf.sh (TINY_READONLY_SECTION,
+       TINY_DATA_SECTION, TINY_BSS_SECTION): Define.
+       * ld/emulparms/h8300self.sh: Likewise.
+       * ld/emulparms/h8300sxelf.sh: Likewise.
+       * ld/scripttempl/elf.sc: Add TINY_READONLY_SECTION,
+       TINY_DATA_SECTION, TINY_BSS_SECTION.
+2005-12-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/2065
+       * ldlang.c (output_statement_newfunc): Revert the change made on
+       2005-11-16.
+       (output_prev_sec_find): Likewise.
+       * ldlang.h (lang_statement_list_type): Likewise.
+
+2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
+
+       Second part of ms1 to mt renaming.
+       * emulparams/elf32mt.sh (ARCH, OUTPUT_FORMAT): Adjust.
+
+2005-12-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * scripttempl/elf.sc: Put .gnu.linkonce.d.rel.ro.* sections into
+       .data.rel.ro output section.  Fix a pasto for -z nocombreloc
+       .rela.data.rel.ro section content.
+
+2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * Makefile.am (ALL_EMULATIONS): Replace ms1 files with mt files.
+       (eelf32mt.c): Update target name and dependencies.
+       * Makefile.in: Rebuilt.
+       * configure.tgt: Replace ms1 arch with mt arch.
+       * emulparams/elf32mt.sh: Renamed from elf32ms1.sh. Update
+       comment.
+
+2005-12-11  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * scripttempl/armbpabi.sc: Fix typo in comment for .ctors.
+       * scripttempl/elf.sc: Ditto.
+       * scripttempl/elf32sh-symbian.sc: Ditto.
+       * scripttempl/elf_chaos.sc: Ditto.
+       * scripttempl/elfd10v.sc: Ditto.
+       * scripttempl/elfd30v.sc: Ditto.
+       * scripttempl/elfxtensa.sc: Ditto.
+       * scripttempl/iq2000.sc: Ditto.
+       * scripttempl/xstormy16.sc: Ditto.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/ppc32elf.em (emit_stub_syms): New var.
+       (ppc_after_open): Pass it to ppc_elf_select_plt_layout.
+       (PARSE_AND_LIST_PROLOGUE <OPTION_STUBSYMS>): Define.
+       (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
+       (PARSE_AND_LIST_OPTIONS): Describe emit-stub-syms.
+       (PARSE_AND_LIST_OPTIONS): Handle it.
+
+2005-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * pe-dll.c (build_filler_bfd): Conform error message to standard.
+       (pe_dll_generate_implib): Use %E in error message.
+       (add_bfd_to_link): Likewise.
+       (pe_implied_import_dll): Likewise.
+
+2005-12-07  Thiemo Seufer  <ths@networkno.de>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1932
+       * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
+       Adjust bfd_elf_record_link_assignment call.
+
+       * ldexp.c (exp_fold_tree_1): Remove call to bfd_hide_symbol.
+
+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
+       * Makefile.in: Regenerated
+       * configure.tgt: Add z80-*-coff
+       * emulparams/z80.sh: New file.
+       * emultempl/z80.em: New file.
+       * scripttempl/z80.sc New file.
+       * NEWS: Mention this new support.
+
+2005-10-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/ld.pot: Regenerate.
+
+2005-10-25  Chris Metcalf <cdmetcalf@comcast.net>
+
+       * ld.texinfo (--reduce-memory-overheads): Fix typo.
+
+2005-10-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1487
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
+       bfd_match_sections_by_type to match section types.
+
+       * ldlang.c (init_os): Take the input section. Call
+       bfd_init_private_section_data if the input section isn't NULL.
+       (exp_init_os): Pass NULL to init_os.
+       (map_input_to_output_sections): Likewise.
+       (lang_add_section): Pass the input section to init_os.
+
+2005-10-19  Paul Brook  <paul@codesourcery.com>
+
+       * emulparams/armelf.sh: Add .ARM.attributes to OTHER_SECTIONS.
+
+2005-10-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1467
+       * emultempl/elf32.em: Include "elf-bfd.h".
+       (gld${EMULATION_NAME}_place_orphan): Check section type and
+       don't use section name for ELF input sections.
+
+       * ld.texinfo: Document orphan section processing.
+
+       * ldlang.c (lang_output_section_find_by_flags): Match section
+       types by calling bfd_match_sections_by_type.
+
+2005-10-13  Mark Mitchell  <mark@codesourcery.com>
+
+       * ld.texino: Describe double-quoted string syntax for version
+       nodes.
+       * ldlang.h (lang_new_vers_pattern): Add literal_p parameter.
+       * ldgram.y (vers_defns): Allow NAME as well as VERS_IDENTIFIER.
+       Adjust calls to lang_new_vers_pattern to pass literal_p argument.
+       * ldlang.c (lang_vers_match): Fix indentation.  Do not glob-match
+       version nodes without a pattern.
+       (lang_new_vers_pattern): Add literal_p parameter.
+       (lang_do_version_exports_section): Pass it.
+
+2005-10-12  Mark Mitchell  <mark@codesourcery.com>
+
+       * NEWS: Mention @file.
+
+2005-10-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/1396
+       * ldcref.c (check_refs): Accept bfd_boolean.
+       (check_local_sym_xref): Pass FALSE to check_refs.
+       (check_nocrossref): Pass TRUE to check_refs.
+       (check_refs_info): Add bfd_boolean.
+       (check_refs): Add bfd_boolean to check_refs_info.
+       (check_reloc_refs): Match relocations with proper symbols.
+
+       * ldmisc.c (vfinfo): Don't add extra ":\n".
+
+2005-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Set
+       default entry symbol to ENTRY here.
+       * scripttempl/pe.sc: Not here.
+
+2005-09-30  James E Wilson  <wilson@specifix.com>
+
+       * ldlang.c (lang_startup): Add missing ": " to einfo call.
+
+2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Likewise.
+
+2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldlang.c (output_statement_hash_entry): New type.
+       (output_statement_table): New variable for hash table.
+       (output_statement_newfunc): New function.
+       (output_statement_table_init): Likewise.
+       (output_statement_table_free): Likewise.
+       (lang_init): Call output_statement_table_init.
+       (lang_finish): Renamed to ...
+       (lang_end): This.
+       (lang_process): Updated.
+       (lang_finish): New function.
+       (lang_output_section_find_1): Use hash table.
+       (lang_output_section_statement_lookup_1): Likewise.
+
+       * ldlang.h (lang_finish): New.
+
+       * ldmain.c (main): Call lang_finish.
+
+2005-09-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * ldmain.c (main): Use expandargv.
+
+2005-09-30  Catherine Moore  <clm@cm00re.com>
+
+       * Makefile.am: Bfin support.
+       * Makefile.in: Regenerated.
+       * aclocal.m4: Regenerated.
+       * configure.tgt: Bfin support.
+       * emulparams/bfin.sh: New file.
+       * emultempl/bfin.em: New file.
+
+2005-09-30  Matthias Kurz  <mk@baerlap.north.de>
+
+       * ld.h: Prevent the inclusion of <libintl.h> from the Solaris
+       version of <locale.h> when ENABLE_NLS is not defined.
+
+2005-09-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld.texinfo (ALIGN): Document it as forcing output section
+       alignment.
+
+       * ldgram.y (ALIGN): Support it for forcing output section
+       alignment.
+
 2005-09-20  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.h (lang_output_section_statement_struct): Change type of
This page took 0.033442 seconds and 4 git commands to generate.