* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5ba44bb8ea115fe1f52bdd7434e438cc6cd02dbb..1fa836ce02e97e3d37a3665d74b3b625008a1c8c 100644 (file)
@@ -1,3 +1,100 @@
+2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * NEWS: Document the removal of MIPS ECOFF targets.
+       * ld.texinfo (--gpsize=@var{value}): Use MIPS ELF rather than
+       MIPS ECOFF as an example of a target that supports small data.
+       * ldmain.c (g_switch_value): Likewise.
+       * configure.tgt (mips*-*-pe, mips*-dec-ultrix*, mips*-dec-osf*)
+       (mips*-sgi-irix* [v4 and earlier], mips*el-*-ecoff*, mips*-*-ecoff*)
+       (mips*-*-bsd*, mips*-*-lnews*): Remove cases.
+       * Makefile.am (ALL_EMULATION_SOURCES): Remove emipsbig.c, emipsbsd.c,
+       emipsidt.c, emipsidtl.c, emipslit.c, emipslnews.c and emipspe.c.
+       (emipsbig.c, emipsbsd.c, emipsidt.c, emipsidtl.c, emipslit.c)
+       (emipslnews.c, emipspe.c): Delete rules.
+       * Makefile.in: Regenerate.
+       * emulparams/mipsbig.sh, emulparams/mipsbsd.sh, emulparams/mipsidt.sh,
+       emulparams/mipsidtl.sh, emulparams/mipslit.sh, emulparams/mipslnews.sh,
+       emulparams/mipspe.sh, emultempl/mipsecoff.em: Delete.
+       * emultempl/m68kcoff.em: Update comment to say that MIPS ECOFF support
+       has now been removed.
+       * emultempl/pe.em: Remove TARGET_IS_mipspe checks.
+
+2013-06-19  Will Newton  <will.newton@linaro.org>
+
+       * emulparams/aarch64elf.sh: Remove IREL_IN_PLT.
+
+2013-06-14  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
+
+2013-06-12  Nick Clifton  <nickc@redhat.com>
+
+       * ldcref.c (output_one_cref): Place common definitions after
+       ordinary definitions but before references.
+
+2013-06-10  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
+
+       PR ld/15598
+       * ld.texinfo (Source Code Reference): Fix typos.
+
+2013-06-07  Will Newton  <will.newton@linaro.org>
+
+       * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
+
+2013-06-07  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (SEGMENT_START): Rephrase to indicate that a -T
+       option must appear before the SEGMENT_START is encountered in
+       order for the default value to be overridden.
+
+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
This page took 0.033988 seconds and 4 git commands to generate.