+2012-08-01 James Lemke <jwlemke@codesourcery.com>
+
+ * ld/testsuite/ld-gc/pr13683.d: XFAIL for powerpc*-*-eabivle.
+
+2012-07-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/14156
+ * ldlang.c (wild_sort): Properly handle by_none.
+
+ * scripttempl/elf.sc: Add SORT_NONE to .init and .fini sections.
+ * scripttempl/elf32msp430.sc: Likewise.
+ * scripttempl/elf32msp430_3.sc: Likewise.
+ * scripttempl/elfd10v.sc: Likewise.
+ * scripttempl/elfd30v.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+
+2012-07-30 Nick Clifton <nickc@redhat.com>
+
+ * po/ld.pot: Updated template.
+ * po/bg.po: Updated Bulgarian translation.
+ * po/es.po: Updated Spanish translation.
+ * po/fi.po: Updated Finnish translation.
+
+2012-07-27 Mike Frysinger <vapier@gentoo.org>
+
+ * configure.in (BFD_VERSION): Run bfd/configure --version and
+ parse the output of that.
+ * configure: Regenerate.
+
+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.
+
+2012-06-29 Nick Clifton <nickc@redhat.com>
+
+ * scripttempl/alphavms.sc: Add .debug_macro section.
+ * scripttempl/elf.sc: Likewise.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elf_chaos.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+ * scripttempl/ia64vms.sc: Likewise.
+
+ * scripttempl/armbpabi.sc: Add .debug_pubtypes, .debug_ranges and
+ .debug_macro sections.
+ * scripttempl/avr.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/elfd30v.sc: Likewise.
+ * scripttempl/elfi370.sc: Likewise.
+ * scripttempl/elfm68hc11.sc: Likewise.
+ * scripttempl/elfm68hc12.sc: Likewise.
+ * scripttempl/elfxgate.sc: Likewise.
+ * scripttempl/i386beos.sc: Likewise.
+ * scripttempl/i386go32.sc: Likewise.
+ * scripttempl/ip2k.sc: Likewise.
+ * scripttempl/iq2000.sc: Likewise.
+ * scripttempl/mep.sc: Likewise.
+ * scripttempl/mmo.sc: Likewise.
+ * scripttempl/v850.sc: Likewise.
+ * scripttempl/xstormy16.sc: Likewise.
+
2012-06-28 H.J. Lu <hongjiu.lu@intel.com>
* ldlang.c (update_wild_statements): Remove redundant statement.