diff options
author | Nick Clifton <nickc@redhat.com> | 2022-07-08 10:41:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-07-08 10:41:07 +0100 |
commit | 0bd093231433c6a85853330369247b17f4859bee (patch) | |
tree | 3d99f9784e525b28bb98b6975ad675b6ffb9de00 /binutils | |
parent | 97a8d0ab534d0353c8585816fe400ef2a468c30a (diff) | |
download | gdb-0bd093231433c6a85853330369247b17f4859bee.zip gdb-0bd093231433c6a85853330369247b17f4859bee.tar.gz gdb-0bd093231433c6a85853330369247b17f4859bee.tar.bz2 |
Add markers for 2.39 branch
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/BRANCHES | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 3 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 1a879f3..c1f699c 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 Copyright (C) 2012-2022 Free Software Foundation, Inc. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4d13b0f..417c28d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton <nickc@redhat.com> + + * 2.39 branch created. + 2022-07-01 Nick Clifton <nickc@redhat.com> * dwarf.c (display_debug_rnglists): Add newline at end of listing. diff --git a/binutils/NEWS b/binutils/NEWS index 3043a7a..4fdf1c3 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. * Add an option to objdump and readelf to prevent attempts to access debuginfod diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 5afc6f2..2475acc 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. Likewise for the ChangeLog files in: bfd, binutils, config, cpu, - elfcpp, gas, gold, gprof, gprofng, include, ld, libctf, libiberty, opcodes + elfcpp, gas, gold, gprof, include, ld, libctf, libiberty, opcodes and toplevel. Add a note of the name of the new branch to binutils/BRANCHES. |