2013-03-15 Tony Theodore <tonyt@logyst.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
index c8997592d82ed1b271881a16df990c1cb31351b8..1bb67a30e057caaea61d924b1b28b89078019f80 100644 (file)
@@ -1,3 +1,85 @@
+2013-03-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
+       aarch64linux* emulations.
+
+2013-03-07  Alan Modra  <amodra@gmail.com>
+
+       * ldfile.c (ldfile_open_command_file_1): Return after einfo
+       to avoid warning.
+
+2013-03-05  Corinna Vinschen  <vinschen@redhat.com>
+
+       * configure.host: Add x86_64-*-cygwin* as valid host.
+       * configure.tgt: Add x86_64-*-cygwin* as valid target.
+       * emultempl/pep.em: Handle different requirements for Cygwin in terms
+       of start addresses for executables and DLLs, based on memory model in
+       http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
+
+2013-03-05  Alan Modra  <amodra@gmail.com>
+
+       PR ld/15222
+       * ldlang.c (lang_size_sections_1): When given an lma_region align
+       LMA as per VMA only if lma_region is the same as region.
+
+2013-02-27  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
+       Add alignment of .bss section.
+       * scripttempl/elf32msp430_3.sc: Likewise.
+
+2013-02-26  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/15188
+       * ld.texinfo: Fix typos.
+
+2013-02-21  Alan Modra  <amodra@gmail.com>
+
+       * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
+       .init_array/.fini_array input sections before .ctors/.dtors input
+       sections.
+       (CTORS_IN_INIT_ARRAY, DTORS_IN_INIT_ARRAY): Adjust to suit.
+
+2013-02-21  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (write_build_id, setup_build_id): Adjust
+       for elf_tdata changes.
+
+2013-02-21  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
+       accessor macros.
+
+2013-02-20  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am: Use $(ELF_DEPS) on a number of eelf*.c rules.
+       * Makefile.in: Regenerate.
+
+2013-02-19  Sandra Loosemore  <sandra@codesourcery.com>
+
+       PR ld/15146
+       * plugin.c (plugin_notice): Add null check before dereferencing
+       pointer.
+
+2013-02-19  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (emit_note_gnu_build_id): New static var.
+       Replace all info->emit_note_gnu_build_id refs.
+       (id_note_section_size): Rename from
+       gld${EMULATION_NAME}_id_note_section_size.
+       (struct build_id_info): Delete.
+       (write_build_id): Rename from
+       gld${EMULATION_NAME}_write_build_id_section.
+       Update elf_tdata usage.  Style, formatting.
+       (setup_build_id): New function.
+       (gld${EMULATION_NAME}_after_open): Use setup_build_id.
+
+2013-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/15146
+       * plugin.c (plugin_notice): Replace the undefined dummy bfd with
+       the real one.
+
 2013-02-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/15141
This page took 0.038573 seconds and 4 git commands to generate.