aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-06-24 18:36:15 +0100
committerNick Clifton <nickc@redhat.com>2018-06-24 18:36:15 +0100
commit719d8288507d9f35c76bdeed5b597348bd345883 (patch)
treedf799cbd68b0bdd031d4be81559d35dbb530d0a8 /binutils
parent6706f7706241eda253d26ce4c927dd5bed4942a7 (diff)
downloadgdb-719d8288507d9f35c76bdeed5b597348bd345883.zip
gdb-719d8288507d9f35c76bdeed5b597348bd345883.tar.gz
gdb-719d8288507d9f35c76bdeed5b597348bd345883.tar.bz2
Add 2.30 branch notes to ChangeLogs and NEWS files.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/BRANCHES3
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/NEWS2
-rw-r--r--binutils/README-how-to-make-a-release1
4 files changed, 9 insertions, 2 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 53e0883..a3e9235 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -46,10 +46,11 @@ binutils-2_27-branch
binutils-2_28-branch
binutils-2_29-branch
binutils-2_30-branch
+binutils-2_31-branch
Copyright (C) 2012-2018 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_30-branch
+
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index b035280..d03bc79 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-24 Nick Clifton <nickc@redhat.com>
+
+ 2.31 branch created.
+ * NEWS: Add marker for 2.31.
+
2018-06-21 Alan Modra <amodra@gmail.com>
* doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
diff --git a/binutils/NEWS b/binutils/NEWS
index 5a35f61..6b29a8a 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.31:
+
* Add support for disassembling netronome Flow Processor (NFP) firmware files.
* The AArch64 port now supports showing disassembly notes which are emitted
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index c46ba7c..597347d 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -31,7 +31,6 @@ How to perform a release.
[If using the make-prerelease.sh script, check that
common.sh has the right values].
[make-prelease.sh command i]
- [make-prelease.sh command C]
Likewise for all of the ChangeLog files.
Add a note of the name of the new branch to binutils/BRANCHES.
Commit these changes.