diff options
author | Tristan Gingold <tristan.gingold@adacore.com> | 2014-10-14 09:49:47 +0200 |
---|---|---|
committer | Tristan Gingold <tristan.gingold@adacore.com> | 2014-10-14 09:49:47 +0200 |
commit | c50415e24c5ae8635d550f0c3699ffd88ff14a9b (patch) | |
tree | c0036d8e1fa1dda85c2139afcfd5ea8a4f595134 /binutils | |
parent | 65879393f04e14a9ab8797a8e66e0ec8d94108b5 (diff) | |
download | gdb-c50415e24c5ae8635d550f0c3699ffd88ff14a9b.zip gdb-c50415e24c5ae8635d550f0c3699ffd88ff14a9b.tar.gz gdb-c50415e24c5ae8635d550f0c3699ffd88ff14a9b.tar.bz2 |
Add NEWS markers for 2.25.
binutils/
2014-10-14 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.25.
gas/
2014-10-14 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.25.
ld/
2014-10-14 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.25.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/BRANCHES | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 6b9c410..c14b9a2 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -46,3 +46,4 @@ Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. binutils-2_24-branch +binutils-2_25-branch diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0b297cb..23a4104 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2014-10-14 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.25. + 2014-10-14 Alan Modra <amodra@gmail.com> PR 17453 diff --git a/binutils/NEWS b/binutils/NEWS index 60fcdb1..126219b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.25: + * Add --include-all-whitespace to strings. * Add --dump-section option to objcopy. |