diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 3 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 3 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
6 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3ecc5fb..16888df 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.21. + 2010-11-02 H.J. Lu <hongjiu.lu@intel.com> * objdump.c (dump_bfd_header): Don't display diff --git a/binutils/NEWS b/binutils/NEWS index 8e3c4bb..a30f655 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 76ef9f8..7b30a50 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.21. + 2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com> PR gas/12166 @@ -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 873da69..18aae89 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.21. + 2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com> * plugin.h (plugin_active_plugins_p): New prototype. @@ -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. |