summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-01-13 13:20:55 +0000
committerNick Clifton <nickc@redhat.com>2018-01-13 13:20:55 +0000
commit9176ac5bfce8c1771063c2514b7d46efa613cc1b (patch)
treeeeff5a0e0fd5e7be8e7de2903e9e3532bbed09bb
parent27f7b092c26b84633a4a266ba8ff01154d915035 (diff)
downloadbinutils-gdb-9176ac5bfce8c1771063c2514b7d46efa613cc1b.tar.gz
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.
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS2
-rw-r--r--binutils/README-how-to-make-a-release10
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
8 files changed, 26 insertions, 3 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 9318d5e3de1..3379c9f3c0e 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 b18bc886c73..ebc8da37c3c 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 c9a72f22cfa..c0fa05f25e2 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 5cdc980c674..4e6d1e759f3 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 5887b36fc1a..45463be3805 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 bfe32763895..a591a7b200b 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 0514bdd2f6b..45d2ad8e6fe 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 69c8b1de7cc..eafcaf33cb7 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.