aboutsummaryrefslogtreecommitdiff
path: root/binutils/README-how-to-make-a-release
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/README-how-to-make-a-release
parentbd447abb2442f74c2b4886f6cdacd16fce3c9d65 (diff)
downloadfsf-binutils-gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.zip
fsf-binutils-gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.tar.gz
fsf-binutils-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/README-how-to-make-a-release')
-rw-r--r--binutils/README-how-to-make-a-release6
1 files changed, 5 insertions, 1 deletions
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.
-------------------------------------------------