diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-25 08:26:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-25 08:26:37 +0000 |
commit | 8f7c79edf3b88a0eb9f11782add6ee61947afbb4 (patch) | |
tree | 83db5bb018a25bac3b6631a6bb4c5155ddc74f3c /binutils | |
parent | 30d10e9ee899e608cf3a9f025b32122be8202141 (diff) | |
download | ppe42-binutils-8f7c79edf3b88a0eb9f11782add6ee61947afbb4.tar.gz ppe42-binutils-8f7c79edf3b88a0eb9f11782add6ee61947afbb4.zip |
* NEWS: Mention ampersand in macro change.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e7986f780f..9f898a3ed7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/binutils/NEWS b/binutils/NEWS index a1ba9ac518..e8e6d5ce28 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -3,6 +3,8 @@ * 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 |