XCOFF/AIX: Remove SEC_ALLOC flags for unmapped sections.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5014b5f91ca25eb73a4a374b4a3d571b046b01a5..e41c4dd14377b64ce9a74aef6246eff50c9f92cd 100644 (file)
@@ -1,3 +1,107 @@
+2013-05-03  Alan Modra  <amodra@gmail.com>
+
+       PR ld/15365
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Restrict __ehdr_start's export class to no less than STV_HIDDEN.
+
+2013-05-03  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Only call lang_for_each_statement if an ELF hash table is used.
+
+2013-05-02  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am: Add emsp430X.c
+       * Makefine.in: Regenerate.
+       * configure.tgt (msp430): Add msp430X emulation.
+       * ldmain.c (multiple_definition): Only disable relaxation if it
+       was enabled by the user.
+       * ldmain.h (RELAXATION_ENABLED_BY_USER): New macro.
+       * emulparams/msp430all.sh: Add support for MSP430X.
+       * emultempl/generic.em: (before_parse): Enable relaxation for the
+       MSP430.
+       * scripttempl/msp430.sc: Reorganize sections.  Add .rodata
+       section.
+       * scripttempl/msp430_3.sc: Likewise.
+       * NEWS: Mention support for MSP430X.
+
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
+       alpha*-*-linux*ecoff*.  Update the `sed' pattern used to convert
+       from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
+
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
+       Use is_elf_hash_table rather than a handcoded condition.
+
+2013-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (SORT_BY_ALIGNMENT): Fix and clarify typo - sections
+       are sorted by descending order of alignment.
+
+2013-04-29  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/DWARF.sc: Add support for .debug_line.* and
+       .debug_line_end.
+
+2013-04-29  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * emultempl/pe.em [cygwin]: Do not merge rdata with v2
+       psuedo-relocs.
+
+2013-04-28  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * scripttempl/armbpabi.sc: Replace "source" usage with ".".
+       * scripttempl/avr.sc: Likewise.
+       * scripttempl/elf.sc: Likewise.
+       * scripttempl/elf32cr16.sc: Likewise.
+       * scripttempl/elf32crx.sc: Likewise.
+       * scripttempl/elf32msp430.sc: Likewise.
+       * scripttempl/elf32msp430_3.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf64hppa.sc: Likewise.
+       * scripttempl/elf_chaos.sc: Likewise.
+       * scripttempl/elfd10v.sc: Likewise.
+       * scripttempl/elfd30v.sc: Likewise.
+       * scripttempl/elfi370.sc: Likewise.
+       * scripttempl/elfm68hc11.sc: Likewise.
+       * scripttempl/elfm68hc12.sc: Likewise.
+       * scripttempl/elfxgate.sc: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
+       * scripttempl/epiphany_4x4.sc: Likewise.
+       * scripttempl/i386beos.sc: Likewise.
+       * scripttempl/i386go32.sc: Likewise.
+       * scripttempl/ia64vms.sc: Likewise.
+       * scripttempl/ip2k.sc: Likewise.
+       * scripttempl/iq2000.sc: Likewise.
+       * scripttempl/mep.sc: Likewise.
+       * scripttempl/mmo.sc: Likewise.
+       * scripttempl/v850.sc: Likewise.
+       * scripttempl/v850_rh850.sc: Likewise.
+       * scripttempl/xstormy16.sc: Likewise.
+
+2013-04-26  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).
+
+2013-04-26  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Test
+       unresolved_syms_in_shared_libs rather than !executable to
+       determine whether to load DT_NEEDED libraries.
+
+2013-04-25  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lppclinux.c.
+       (eelf32lppclinux.c): New rule.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Merge powerpc-linux and other powerpc-elf targets
+       with corresponding little-endian targets.
+       * emulparams/elf32lppc.sh: Update comment.
+       * emulparams/elf32lppclinux.sh: New.
+
 2013-04-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for
This page took 0.037083 seconds and 4 git commands to generate.