aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-02-07 14:30:02 +0000
committerNick Clifton <nickc@redhat.com>2019-02-07 14:30:02 +0000
commit2012bf013b2ce507b181c0d9049ad946b2a59d8a (patch)
treecc811905291b107f558f4217e9c423f949a5f222 /binutils
parentbd447abb2442f74c2b4886f6cdacd16fce3c9d65 (diff)
downloadgdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.zip
gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.tar.gz
gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.tar.bz2
Move potentially obsolete BFD targets into the definitely obsolete section. Add a note to the README-how-to-make-a-release document about doing this.
bfd * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets into the definitely obsolete list. binutils * README-how-to-make-a-release: Add a note about updating the obsolete targets in the bfd/config.bfd file.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/README-how-to-make-a-release6
2 files changed, 10 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index dc46498..cecc6c4 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-07 Nick Clifton <nickc@redhat.com>
+
+ * README-how-to-make-a-release: Add a note about updating the
+ obsolete targets in the bfd/config.bfd file.
+
2019-02-04 Nick Clifton <nickc@redhat.com>
* README-how-to-make-a-release: Add more notes on making a release.
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 988d371..38edac2 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -374,7 +374,11 @@ When the time comes to actually make the release....
33. Email the binutils list telling everyone that the 2.XX branch
is now open for business as usual and that patched no longer
need special approval.
-
+
+ 34. Examine the bfd/config.bfd file and move any pending obsolete
+ targets into the definitely obsolete section. Create a
+ changelog entry and commit.
+
-------------------------------------------------
How to perform a point release.
-------------------------------------------------