diff options
author | Nick Clifton <nickc@redhat.com> | 2024-01-15 14:42:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-15 14:42:15 +0000 |
commit | 299b91cd85540b4bfa94124364572f6a51b816fe (patch) | |
tree | aff4f837ed4bc28d18a8890b8936d6176022ee86 /binutils | |
parent | 422cbe7c1764b5faefba5e452972fa63965d3356 (diff) | |
download | gdb-299b91cd85540b4bfa94124364572f6a51b816fe.zip gdb-299b91cd85540b4bfa94124364572f6a51b816fe.tar.gz gdb-299b91cd85540b4bfa94124364572f6a51b816fe.tar.bz2 |
Add markers for 2.42 branch
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 | 4 |
4 files changed, 9 insertions, 2 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index a810950..98144e7 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -57,6 +57,7 @@ binutils-2_38-branch binutils-2_39-branch binutils-2_40-branch binutils-2_41-branch +binutils-2_42-branch Copyright (C) 2012-2024 Free Software Foundation, Inc. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3adfcca..80da519 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-12-04 Tom Tromey <tom@tromey.com> * dwarf.c (display_debug_names): Handle empty .debug_names hash diff --git a/binutils/NEWS b/binutils/NEWS index 0911cc4..a4c101c 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.42: + * The objdump program has a new command line option -Z/--decompress which changes the behaviour of the -s/--full-contents option, forcing it to decompress the contents of any compressed section before they are displayed. diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 3faabbd..bdda9e4 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -38,7 +38,7 @@ How to perform a release. How to create the release branch. ------------------------------------------------- -Approx time to complete from here: 2 hours .... +Approx time to complete from here: 2 hours ... 2.5 If you have not built from the sources recently then now is the time to check that they still work... @@ -47,7 +47,7 @@ Approx time to complete from here: 2 hours .... the NEWS files in gas, ld, and binutils. No need to update NEWS in the gold directory - it has its own release numbering. - Likewise for the ChangeLog files in: bfd, binutils, config, cpu, + Likewise for the ChangeLog files in: bfd, binutils, cpu, elfcpp, gas, gold, gprof, include, ld, libctf, opcodes and toplevel. Add a note of the name of the new branch to binutils/BRANCHES. |