From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 69AE33858C2C; Fri, 8 Jul 2022 09:41:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69AE33858C2C Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] Add markers for 2.39 branch X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/master X-Git-Oldrev: 97a8d0ab534d0353c8585816fe400ef2a468c30a X-Git-Newrev: 0bd093231433c6a85853330369247b17f4859bee Message-Id: <20220708094116.69AE33858C2C@sourceware.org> Date: Fri, 8 Jul 2022 09:41:16 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2022 09:41:16 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0bd093231433= c6a85853330369247b17f4859bee commit 0bd093231433c6a85853330369247b17f4859bee Author: Nick Clifton Date: Fri Jul 8 10:41:07 2022 +0100 Add markers for 2.39 branch Diff: --- ChangeLog | 4 ++++ bfd/ChangeLog | 4 ++++ binutils/BRANCHES | 1 + binutils/ChangeLog | 4 ++++ binutils/NEWS | 3 +++ binutils/README-how-to-make-a-release | 2 +- config/ChangeLog | 4 ++++ cpu/ChangeLog | 4 ++++ elfcpp/ChangeLog | 4 ++++ gas/ChangeLog | 4 ++++ gas/NEWS | 2 ++ gold/ChangeLog | 4 ++++ gprof/ChangeLog | 4 ++++ include/ChangeLog | 4 ++++ ld/ChangeLog | 4 ++++ ld/NEWS | 2 ++ libctf/ChangeLog | 4 ++++ libiberty/ChangeLog | 4 ++++ opcodes/ChangeLog | 4 ++++ 19 files changed, 65 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 59f70817924..8a84e119e53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-07-04 Nick Clifton =20 * libiberty: Synchronize with GCC. Bring in: diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2178ca4a67a..b88f33b5e72 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-05-19 Yvan Roux =20 PR 25713 diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 1a879f36e02..c1f699cab73 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -54,6 +54,7 @@ binutils-2_35-branch binutils-2_36-branch binutils-2_37-branch binutils-2_38-branch +binutils-2_39-branch =0C Copyright (C) 2012-2022 Free Software Foundation, Inc. =20 diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4d13b0f0dfa..417c28d0408 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-07-01 Nick Clifton =20 * dwarf.c (display_debug_rnglists): Add newline at end of listing. diff --git a/binutils/NEWS b/binutils/NEWS index 3043a7a7f3c..4fdf1c3b4e8 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.39: + * Add --no-weak/-W option to nm to make it ignore weak symbols. =20 * Add an option to objdump and readelf to prevent attempts to access debug= infod diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to= -make-a-release index 5afc6f25ccb..2475accb5b3 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -35,7 +35,7 @@ Approx time to complete from here: 2 hours .... in the gold directory - it has its own release numbering. =20 Likewise for the ChangeLog files in: bfd, binutils, config, cpu, - elfcpp, gas, gold, gprof, gprofng, include, ld, libctf, libiberty, op= codes + elfcpp, gas, gold, gprof, include, ld, libctf, libiberty, opcodes and toplevel. =20 Add a note of the name of the new branch to binutils/BRANCHES. diff --git a/config/ChangeLog b/config/ChangeLog index dc0663bdfc8..3385292b3dc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-01-22 Nick Clifton =20 * 2.38 release branch created. diff --git a/cpu/ChangeLog b/cpu/ChangeLog index f0ce6ca0f8c..0e091a5582e 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-01-22 Nick Clifton =20 * 2.38 release branch created. diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index d7b14346065..fd8b46cec7d 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-01-22 Nick Clifton =20 * 2.38 release branch created. diff --git a/gas/ChangeLog b/gas/ChangeLog index a100b2422c8..4c2b03ef216 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-05-18 Victor Do Nascimento =20 * config/tc-arm.c (parse_reg_list): Add handling of mixed register diff --git a/gas/NEWS b/gas/NEWS index 846b5135cc5..abf3b019fe7 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- =20 +Changes in 2.39: + * Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM= and Intel K1OM. =20 diff --git a/gold/ChangeLog b/gold/ChangeLog index 8557dc6db7f..8696e9f9ff3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-06-27 Nick Clifton =20 PR 23765 diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 99918c0d2cd..cf11b98e812 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-03-16 Nick Clifton =20 * po/ru.po: Updated Russian translation. diff --git a/include/ChangeLog b/include/ChangeLog index 5cf3fa7041a..f8f7747640e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-04-20 Cl=C3=A9ment Chigot =20 * coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and diff --git a/ld/ChangeLog b/ld/ChangeLog index 650e46ec2a4..8f9f4ad11a5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-06-27 Nick Clifton =20 PR 29263 diff --git a/ld/NEWS b/ld/NEWS index d580825c0f7..40f7059b897 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,7 @@ -*- text -*- =20 +Changes in 2.39: + * The ELF linker will now generate a warning message if the stack is made executable. By default this warning is not issued if the user has specifically requested an executable stack via the "-z execstack" diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 9b939bb91df..06df64d33b4 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-01-22 Nick Clifton =20 * 2.38 release branch created. diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f84e4076ee5..43eae83c229 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-07-01 Nick Clifton =20 PR demangler/105039 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c51b1734e20..3456b46f29e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton + + * 2.39 branch created. + 2022-07-04 Marcus Nilsson =20 * disassemble.c: (disassemble_init_for_target): Set