diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-25 16:03:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-25 16:03:58 +0000 |
commit | 5fec85997f998c05ac9f7f4a8da97c061a5fcbe1 (patch) | |
tree | e0489d3ccddb76fdddfe4e86f740a7f50d0c49d3 | |
parent | ae95ffa628f6a762098e298444e15b744e7f7d99 (diff) | |
download | gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.zip gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.tar.gz gdb-5fec85997f998c05ac9f7f4a8da97c061a5fcbe1.tar.bz2 |
Move gas/ld NEWS from binutils to gas/ld.
-rw-r--r-- | binutils/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/NEWS | 5 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
6 files changed, 13 insertions, 13 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9f898a3..351fe47 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. @@ -24,10 +20,6 @@ * 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 diff --git a/binutils/NEWS b/binutils/NEWS index e8e6d5c..92f894d 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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 diff --git a/gas/ChangeLog b/gas/ChangeLog index 0d5a24b..abec391 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. @@ -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 diff --git a/ld/ChangeLog b/ld/ChangeLog index 55fd8e3..4038fd3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -23,6 +23,10 @@ 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. (Builtin Functions <ADDR>): Correct. (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally @@ -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. |