daily update
[binutils-gdb.git] / ld / ChangeLog
index 0645c2d07a91c09fa7714f3b1e737a28512d8466..359e1d6636f08c579373eb47a6a8e14e6a6e77e1 100644 (file)
@@ -1,3 +1,71 @@
+2014-02-03  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ppc32elf.em (no_tls_get_addr_opt, emit_stub_syms)
+       plt_style): Delete.  Adjust all refs to instead use..
+       (params): ..this.  New variable.
+       (ppc_after_open_output): New function.  Tweak params and pass to
+       ppc_elf_link_params.
+       (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
+       (ppc_before_allocation): Adjust ppc_elf_tls_setup call.  Enable
+       relaxation for ppc476 workaround.
+       (PARSE_AND_LIST_*): Add --{no-,}ppc476-workaround support.
+       (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
+
+2014-02-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
+       * ld/ldlang.c (lang_size_sections_1): Add dotdelta
+       variable which reflects the VMA change due to alignment
+       requirements.  Use dotdelta do change the LMA if
+       ALIGN_WITH_INPUT is requested.
+
+2014-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Fix typo in
+       call to bfd_set_section_vma exposed by recent bfd_set_section_vma
+       change.
+
+2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * Makefile.am (enios2elf.c, enios2linux.c): Update dependencies.
+       * Makefile.in: Regenerated.
+       * emulparams/nios2elf.sh (EXTRA_EM_FILE): Set.
+       * emulparams/nios2linux.sh (EXTRA_EM_FILE): Set.
+       * emultempl/nios2elf.em: New file.
+       * gen-doc.texi (NIOSII): Set.
+       * ld.texinfo (NIOSII): Set.
+
+2014-01-28  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am: Remove obsolete MSP430 emulations.
+       * configure.tgt: Likewise.
+       * emulparams/msp430all.sh: Likewise.
+       * Makefile.in: Regenerate.
+
+2014-01-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/16498
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Improve
+       orphaned TLS section handling.
+
+2014-01-24  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (lang_output_section_find_by_flags): Be careful to
+       test look->bfd_section->flags if available rather than
+       look->flags.  Separate SEC_THREAD_LOCAL handling from
+       SEC_READONLY loop, and rewrite.
+
+2014-01-22  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.
+       (lang_init): Initialise them.
+       (lang_print_asneeded): New function.
+       (lang_process): Call lang_print_asneeded.
+       * ldlang.h (struct asneeded_minfo): New.
+       (asneeded_list_tail): Declare.
+       * ldmain.c (add_archive_element): Improve archive map heading.
+       * ldmisc.c (minfo): Stash --as-needed info.
+
 2014-01-22  Alan Modra  <amodra@gmail.com>
 
        * ld.h (struct map_symbol_def): Move to..