strip off +x bits on non-executable/script files
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 87f834310b32f720efd881dff4af2c1d6776b711..bba41b9fdffedebeed2cd0c800249131bcc64220 100644 (file)
@@ -1,3 +1,115 @@
+2013-12-07  Mike Frysinger  <vapier@gentoo.org>
+
+       * ChangeLog-2008: Remove +x file mode.
+       * emulparams/bfin.sh: Likewise.
+       * emulparams/elf32bmipn32.sh: Likewise.
+       * emulparams/elf32fr30.sh: Likewise.
+       * emulparams/elf32frv.sh: Likewise.
+       * emulparams/elf32iq10.sh: Likewise.
+       * emulparams/elf32iq2000.sh: Likewise.
+       * emulparams/elf32mep.sh: Likewise.
+       * emulparams/elf32openrisc.sh: Likewise.
+       * emulparams/elf64bmip.sh: Likewise.
+       * emulparams/elf64hppa.sh: Likewise.
+       * emulparams/i386beos.sh: Likewise.
+
+2013-11-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/16259
+       * Makefile.am (HOSTING_SLIBS): New.
+       * configure.host (HOSTING_SLIBS): New.  Used for PIE.
+       * configure.in (HOSTING_SLIBS): New AC_SUBST.
+       * Makefile.in: Regenerated.
+       * configure: Likewise.
+
+2013-11-22  Cory Fields  <cory@coryfields.com>
+
+       * pe-dll.c (fill_edata): Only use a real timestamp if
+       --insert-timestamp was used.
+       * emultempl/pe.em: Add the --insert-timestamp option.
+       * emultempl/pep.em: Likewise for 64bit.
+       * ld.texinfo: Document the --insert-timestamp option.
+
+2013-11-22  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * scripttempl/avr.sc: Set .data section's LMA to next available
+       address in text region.
+
+2013-11-21  Andrew Pinski  <apinski@cavium.com>
+
+       * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64linux32.c
+       and eaarch64linux32b.c
+       (eaarch64linux32.c): New target.
+       (eaarch64linux32b.c): Likewise.
+       * Makefile.in: Regenerate.
+       * configure.tgt (aarch64_be-*-linux*): Add
+       aarch64linux32 and aarch64linux32b to targ_extra_libpath.
+       (aarch64-*-linux*): Likewise.
+       * emulparams/aarch64elf32.sh (SEPARATE_GOTPLT): Change to 12 (3 words).
+       * emulparams/aarch64linux32.sh: New file.
+       * emulparams/aarch64linux32b.sh: New file.
+
+2013-11-21  Andrew Pinski  <apinski@cavium.com>
+
+       * configure.tgt (aarch64_be-*-linux*): Split out the linux targets
+       into targ_extra_libpath.
+       (aarch64-*-linux*): Likewise.
+
+2013-11-21  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/16192
+       * pe-dll.c (pe_create_runtime_relocator_reference): Zero the
+       newly allocated idata5 block.
+
+2013-11-20  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/elf32msp430.sc (.data): Set the based on the next
+       free location in the text memory region, not a computation based
+       upon the size of the text section.  Orphaned sections or other
+       linker scripts might insert new sections between the .text section
+       and the .data section.
+       * scripttempl/elf32msp430_3.sc (.data): Likewise.
+
+2013-11-19  Roland McGrath  <mcgrathr@google.com>
+           Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Don't use bfd_elf_record_link_assignment to mark __ehdr_start
+       hidden.  Instead, just do it directly here, and only if it was
+       referenced but not defined.
+
+2013-11-18  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       * emulparams/nios2linux.sh: New emulation file.
+       * configure.tgt: Add nios2*-*-linux* emulation case.
+       * Makefile.am (enios2linux.c): New emulation entry.
+       * Makefile.in: Regenerate.
+
+2013-10-14  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/aix.em (_read_file): Close file at end of function.
+
+2013-10-10  Roland McGrath  <mcgrathr@google.com>
+
+       * ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean.
+       It silences some compilers' warnings and is much less bizarre to read.
+
+2013-10-09  Roland McGrath  <mcgrathr@google.com>
+
+       * emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED
+       rather than a dummy assignment for unused parameter.
+       * plugin.c (get_input_file, release_input_file): Likewise.
+
+2013-10-09  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/16028
+       * ldmain.c (add_keepsyms_file): Close file at end of function.
+
+2013-10-03  Will Newton  <will.newton@linaro.org>
+
+       * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
+       * emulparams/aarch64elf32.sh: Likewise.
+
 2013-09-30  Nick Clifton  <nickc@redhat.com>
 
        * emulparams/msp430all.sh: Update ARCH names.
This page took 0.024741 seconds and 4 git commands to generate.