2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 3133595a87b272dba076543b017ece886bd614cf..cf809f179f32298c536beb07c8dbc85ae304c0a3 100644 (file)
@@ -1,3 +1,65 @@
+2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
+            Andrew Jenner <andrew@codesourcery.com>
+
+       Based on patches from Altera Corporation.
+
+       * Makefile.am (enios2elf.c): New rule.
+       * Makefile.in: Regenerated.
+       * configure.tgt: Add case for nios2*-*-*.
+       * emulparams/nios2elf.sh: New file.
+       * NEWS: Note Altera Nios II support.
+
+2013-02-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * emultempl/avrelf.em (avr_elf_before_parse): New function.
+       (LDEMUL_BEFORE_PARSE): Define.
+
+2013-02-06  Alan Modra  <amodra@gmail.com>
+
+       PR ld/15096
+       * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
+       * emultempl/alphaelf.em: Revert 2013-02-04.
+       * emultempl/cr16elf.em: Likewise.
+       * emultempl/crxelf.em: Likewise.
+       * emultempl/hppaelf.em: Likewise.
+       * emultempl/ia64elf.em: Likewise.
+       * emultempl/mipself.em: Likewise.
+       * NEWS: Revert 2013-01-21.
+
+2013-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/15096
+       * emultempl/alphaelf.em (alpha_after_parse): Call
+       gld${EMULATION_NAME}_after_parse instead of after_parse_default.
+       * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
+       * emultempl/crxelf.em (crxelf_after_parse): Likewise.
+       * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
+       * emultempl/mipself.em (mips_after_parse): Likewise.
+
+       * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
+       to ...
+       (gld_${EMULATION_NAME}_after_parse): This.  Call
+       gld${EMULATION_NAME}_after_parse instead of after_parse_default.
+       (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
+
+       * emultempl/elf32.em (new_dtags_set): New variable.
+       (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
+       here.
+       (gld${EMULATION_NAME}_after_parse): New function.
+       (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
+       with gld${EMULATION_NAME}_after_parse.
+       (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
+       when setting link_info.new_dtags.
+
+2013-01-25  Kai Tietz  <ktietz@redhat.com>
+
+       * deffilep.y (def_image_name): Adjust type of base-address
+       argument.
+       (%union): Add new type bfd_vma as vma.
+       (VMA):  New rule.
+       (opt_base): Use VMA instead of NUMBER rule to evaluate value.
+       (def_file_print): Use bfd's fprintf_vma to output base-address.
+
 2013-01-24  Nick Clifton  <nickc@redhat.com>
 
        * NEWS: Mention support for V850E3V5 architecture.
This page took 0.02513 seconds and 4 git commands to generate.