From: Tristan Gingold Date: Fri, 5 Nov 2010 08:33:51 +0000 (+0000) Subject: binutils/ X-Git-Tag: binutils-2_21-branchpoint~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44f457673113a7e4904152b00ca14b8af1128766;p=thirdparty%2Fbinutils-gdb.git binutils/ 2010-11-05 Tristan Gingold * NEWS: Add marker for 2.21. gas/ 2010-11-05 Tristan Gingold * NEWS: Add marker for 2.21. ld/ 2010-11-05 Tristan Gingold * NEWS: Add marker for 2.21. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3ecc5fb6271..16888dfd947 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold + + * NEWS: Add marker for 2.21. + 2010-11-02 H.J. Lu * objdump.c (dump_bfd_header): Don't display diff --git a/binutils/NEWS b/binutils/NEWS index 8e3c4bbe5bd..a30f655ff2d 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +Changes in 2.21: + + * Add --interleave-width option to objcopy to allowing copying a range of bytes from the input to the output with the --interleave option. diff --git a/gas/ChangeLog b/gas/ChangeLog index 76ef9f84194..7b30a507cce 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold + + * NEWS: Add marker for 2.21. + 2010-11-05 Dave Korn PR gas/12166 diff --git a/gas/NEWS b/gas/NEWS index f762413631a..ab68ab518d2 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,8 @@ -*- text -*- +Changes in 2.21: + + * Gas no longer requires doubling of ampersands in macros. * Add support for the TMS320C6000 (TI C6X) processor family. diff --git a/ld/ChangeLog b/ld/ChangeLog index 873da69c490..18aae89d208 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold + + * NEWS: Add marker for 2.21. + 2010-11-05 Dave Korn * plugin.h (plugin_active_plugins_p): New prototype. diff --git a/ld/NEWS b/ld/NEWS index cfc61aa3784..eaa5b0bca34 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +Changes in 2.21: + + * Linker script expression evaluation is somewhat more sane. This may break scripts that depend on quirks of the old expression evaluation.