Add 2.30 markers to NEWS files.
authorNick Clifton <nickc@redhat.com>
Sat, 13 Jan 2018 13:20:55 +0000 (13:20 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 13 Jan 2018 13:20:55 +0000 (13:20 +0000)
binutils/
* NEWS: Add marker for 2.30.

gas/
* NEWS: Add marker for 2.30.

ld/
* NEWS: Add marker for 2.30.

binutils/BRANCHES
binutils/ChangeLog
binutils/NEWS
binutils/README-how-to-make-a-release
gas/ChangeLog
gas/NEWS
ld/ChangeLog
ld/NEWS

index 9318d5e..3379c9f 100644 (file)
@@ -51,3 +51,4 @@ 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
index b18bc88..ebc8da3 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Add marker for 2.30.
+
 2018-01-12  Nick Clifton  <nickc@redhat.com>
 
        * README-how-to-make-a-release: Add notes on how to make the
index c9a72f2..c0fa05f 100644 (file)
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.30:
+
 * Add --debug-dump=links option to readelf and --dwarf=links option to objdump
   which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
   sections.
index 5cdc980..4e6d1e7 100644 (file)
@@ -27,9 +27,13 @@ How to perform a release.
      configure files.  
 
   3. When branch day arrives add markers for the upcoming release to
-     gas, ld, gold and binutils NEWS files.  Likewise for all of the
-     ChangeLog files.  Add a note of the name of the new branch to
-     binutils/BRANCHES.  Commit these changes.
+     gas, ld, gold and binutils NEWS files.
+       [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.
+       [make-prerelease.sh command C]
      
   4. Create the release branch using:
 
index 5887b36..45463be 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Add marker for 2.30.
+
 2018-01-12  Gunther Nikl  <gnikl@users.sourceforge.net>
 
        * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
index bfe3276..a591a7b 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.30:
+
 * Add support for loaction views in DWARF debug line information.
 
 Changes in 2.29:
index 0514bdd..45d2ad8 100644 (file)
@@ -1,3 +1,7 @@
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Add marker for 2.30.
+
 2018-01-12  Alan Modra  <amodra@gmail.com>
 
        * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
diff --git a/ld/NEWS b/ld/NEWS
index 69c8b1d..eafcaf3 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.30:
+
 * Add -z separate-code to generate separate code PT_LOAD segment.
 
 * Add "-z undefs" command line option as the inverse of the "-z defs" option.