[binutils-gdb] Add markers to NEWS files for 2.47 release
Nick Clifton via Binutils-cvs <[email protected]> Sun, 12 Jul 2026 09:12:26 +0000 (GMT)
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=94967025f8f7c17550d7d284107ab8558952aabf commit 94967025f8f7c17550d7d284107ab8558952aabf Author: Nick Clifton <[email protected]> Date: Sun Jul 12 10:12:19 2026 +0100 Add markers to NEWS files for 2.47 release Diff: --- binutils/BRANCHES | 1 + binutils/NEWS | 2 ++ gas/NEWS | 2 ++ 3 files changed, 5 insertions(+) diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 1ec92156d54..7916acc668b 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -62,6 +62,7 @@ binutils-2_43-branch binutils-2_44-branch binutils-2_45-branch binutils-2_46-branch +binutils-2_47-branch Copyright (C) 2012-2026 Free Software Foundation, Inc. diff --git a/binutils/NEWS b/binutils/NEWS index d9d7bf4b1e6..b8a762c7657 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.47: + * The s390 32-bit target (s390-*) is deprecated and planned for removal in a future release, along with the elf32-s390 target format. configure emits an error for this target, which can be overridden using --enable-obsolete. diff --git a/gas/NEWS b/gas/NEWS index 1b0d53047bb..165e23361bb 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.47: + * New command line option --reloc-section-sym=[all|internal|none] controls whether relocations referencing local binding symbols are adjusted to use section symbols.