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.
This commit is contained in:
Nick Clifton 2018-01-13 13:20:55 +00:00
parent 27f7b092c2
commit 9176ac5bfc
8 changed files with 26 additions and 3 deletions

View 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

View 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

View 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.

View 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:

View 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

View File

@ -1,5 +1,7 @@
-*- text -*-
Changes in 2.30:
* Add support for loaction views in DWARF debug line information.
Changes in 2.29:

View 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

View File

@ -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.