This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add 2.30 markers to NEWS files.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9176ac5bfce8c1771063c2514b7d46efa613cc1b

commit 9176ac5bfce8c1771063c2514b7d46efa613cc1b
Author: Nick Clifton <nickc@redhat.com>
Date:   Sat Jan 13 13:20:55 2018 +0000

    Add 2.30 markers to NEWS files.
    
    binutils/
    	* NEWS: Add marker for 2.30.
    
    gas/
    	* NEWS: Add marker for 2.30.
    
    ld/
    	* NEWS: Add marker for 2.30.

Diff:
---
 binutils/BRANCHES                     |  1 +
 binutils/ChangeLog                    |  4 ++++
 binutils/NEWS                         |  2 ++
 binutils/README-how-to-make-a-release | 10 +++++++---
 gas/ChangeLog                         |  4 ++++
 gas/NEWS                              |  2 ++
 ld/ChangeLog                          |  4 ++++
 ld/NEWS                               |  2 ++
 8 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 9318d5e..3379c9f 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -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
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index b18bc88..ebc8da3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/NEWS b/binutils/NEWS
index c9a72f2..c0fa05f 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -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.
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 5cdc980..4e6d1e7 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -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:
 
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5887b36..45463be 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/NEWS b/gas/NEWS
index bfe3276..a591a7b 100644
--- 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:
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0514bdd..45d2ad8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
--- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]