Add TINY_READONLY_SECTION, TINY_DATA_SECTION, TINY_BSS_SECTION.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 68c2d5da59e7f7276bdabf588fd56af244790706..c0c61d8e3de209d8f3137e871052f8923ca33f4d 100644 (file)
@@ -1,3 +1,115 @@
+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.
This page took 0.025799 seconds and 4 git commands to generate.