Move gas/ld NEWS from binutils to gas/ld.
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 25 Aug 2010 16:03:58 +0000 (16:03 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 25 Aug 2010 16:03:58 +0000 (16:03 +0000)
binutils/ChangeLog
binutils/NEWS
gas/ChangeLog
gas/NEWS
ld/ChangeLog
ld/NEWS

index 9f898a3ed7616abfbceede7f92f1c87b618b408e..351fe4741fe9d37362af05d5c5898cb08ca868c7 100644 (file)
@@ -1,7 +1,3 @@
-2010-08-25  Alan Modra  <amodra@gmail.com>
-
-       * NEWS: Mention ampersand in macro change.
-
 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elfedit.c (input_elf_osabi): New.
        * readelf.c (display_mips_gnu_attribute): Replace GCC options
        with a textual description of a MIPS32r2 64-bit FPU.
 
-2010-08-19  Alan Modra  <amodra@gmail.com>
-
-       * NEWS: Mention change in linker script expression evaluation.
-
 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
 
        PR binutils/11889
index e8e6d5ce2811e1831c23380eb0a28d91380fb44c..92f894dc071e39fe1dc54d1060f7e6792f8f94c7 100644 (file)
@@ -1,10 +1,5 @@
 -*- text -*-
 
-* Linker script expression evaluation is somewhat more sane.  This may
-  break scripts that depend on quirks of the old expression evaluation.
-
-* Gas no longer requires doubling of ampersands in macros.
-
 * Add support for the TMS320C6000 (TI C6X) processor family.
 
 * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using
index 0d5a24baa32d265eef55e4bd28923084f8e472ed..abec3911ebc25a14df38ae77c59d2665230c1cad 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-25  Alan Modra  <amodra@gmail.com>
+
+       * NEWS: Mention ampersand in macro change.
+
 2010-08-25  Gunther Nikl  <gnikl@users.sourceforge.net>
 
        * configure.tgt (m68k-*-aout): Change to bfd_gas=yes.
index c7280bb223134e32c2efa15e153e9d3bb984a57a..f762413631ab5906535d87fe887d5e1bafd25e83 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+* Gas no longer requires doubling of ampersands in macros.
+
 * Add support for the TMS320C6000 (TI C6X) processor family.
 
 * GAS now understands an extended syntax in the .section directive flags
index 55fd8e386daf2ca407ac7f6af1933a0656076f60..4038fd3418b72d804e7da5a7a9f1f75cf42c6044 100644 (file)
        * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
        returning NULL.
 
+2010-08-19  Alan Modra  <amodra@gmail.com>
+
+       * NEWS: Mention change in linker script expression evaluation.
+
 2010-08-19  Alan Modra  <amodra@gmail.com>
 
        * ld.texinfo (Expression Section): Detail expression evaluation.
diff --git a/ld/NEWS b/ld/NEWS
index b3fcb2a4db1bf6bd854d66fe67f74d2fc7e6597d..9e7ad3112023c2dd87f0d1319dbfebc9264b7522 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
 -*- text -*-
 
+* Linker script expression evaluation is somewhat more sane.  This may
+  break scripts that depend on quirks of the old expression evaluation.
+
 * Turn off underscoring for x86_64 PE+-COFF targets.  For old behavior the
   option --enable-leading-mingw64-underscores can be used on configure of
   bfd.