diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-07-01 10:57:46 +0200 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2016-07-01 10:58:29 +0200 |
commit | 96a84ea350f43f5a04a633e70bdc518e656cb881 (patch) | |
tree | cf22f017333e22ee1e3ae67fdc4d6dd968274f1f /binutils | |
parent | b2a40aa57d40115451e494562f626cb95cf08a87 (diff) | |
download | gdb-96a84ea350f43f5a04a633e70bdc518e656cb881.zip gdb-96a84ea350f43f5a04a633e70bdc518e656cb881.tar.gz gdb-96a84ea350f43f5a04a633e70bdc518e656cb881.tar.bz2 |
Add marker for 2.27 branch.
binutils/
2016-07-01 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.27.
gas/
2016-07-01 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.27.
ld/
2016-07-01 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.27.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/BRANCHES | 6 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 73c6615..54f9190 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -39,12 +39,12 @@ binutils-2_20-branch binutils-2_21-branch binutils-2_22-branch binutils-2_23-branch +binutils-2_24-branch +binutils-2_25-branch +binutils-2_26-branch Copyright (C) 2012-2016 Free Software Foundation, Inc. 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 -binutils-2_26-branch diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 71d15f7..aac034f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2016-07-01 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.27. + 2016-07-30 Tristan Gingold <gingold@adacore.com> * doc/binutils.texi (objdump): Fix mis-placement. diff --git a/binutils/NEWS b/binutils/NEWS index f2348fb..5bc6888 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.27: + * Add a configure option, --enable-64-bit-archive, to force use of a 64-bit format when creating an archive symbol index. |