diff options
author | Nick Clifton <nickc@redhat.com> | 2018-01-13 13:20:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-01-13 13:20:55 +0000 |
commit | 9176ac5bfce8c1771063c2514b7d46efa613cc1b (patch) | |
tree | eeff5a0e0fd5e7be8e7de2903e9e3532bbed09bb /binutils | |
parent | 27f7b092c26b84633a4a266ba8ff01154d915035 (diff) | |
download | gdb-9176ac5bfce8c1771063c2514b7d46efa613cc1b.zip gdb-9176ac5bfce8c1771063c2514b7d46efa613cc1b.tar.gz gdb-9176ac5bfce8c1771063c2514b7d46efa613cc1b.tar.bz2 |
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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/BRANCHES | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 10 |
4 files changed, 14 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: |