This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / ld / ChangeLog
index 2107b2c..f36587a 100644 (file)
@@ -1,3 +1,47 @@
+2012-07-27  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.23.
+
+2012-07-24  Jan Waclawek <konfera@efton.sk>
+
+       PR ld/14058
+       * emultempl/avrelf.em (avr_elf_after_allocation): Call
+       elf32_avr_size_stubs with is_prealloc_run as TRUE.
+
+2012-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * emulparams/elf_s390.sh (IREL_IN_PLT): Define.
+       * emulparams/elf64_s390.sh (IREL_IN_PLT): Define.
+
+2012-07-13  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/14357
+       * ldmain.c (trace_file_tries): Rename to 'verbose'.
+       * ldfile.c: Likewise.
+       * ldlang.c: Likewise.
+       * ldmain.h: Likewise.
+       * lexsup.c: Likewise.
+       * emultempl/elf32.em: Likewise.
+       * emultemp/spuelf.em: Likewise.
+       * pe-dll.c (pe_dll_generate_implib): Only print creation message
+       in verbose mode.
+
+2012-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/14156
+       * NEWS: Mention SORT_NONE.
+
+       * ld.h (sort_type): Add by_none.
+
+       * ld.texinfo: Document SORT_NONE.
+
+       * ldgram.y: Handle SORT_NONE.
+
+       * ldlang.c (update_wild_statements): Handle by_none.  Don't
+       sort .init/.fini sections.
+
+       * ldlex.l: Add SORT_NONE.
+
 2012-07-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld.texinfo: Replace __end_SECNAME with __stop_SECNAME.