Add markers for 2.43 branch/release

This commit is contained in:
Nick Clifton 2024-07-20 12:43:19 +01:00
parent 237c05a65f
commit b33c4f8f82
16 changed files with 57 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-07-15 Nick Clifton <nickc@redhat.com>
Import the following upstream commits to the config files:

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* 2.42 branch point.

View File

@ -58,6 +58,7 @@ binutils-2_39-branch
binutils-2_40-branch
binutils-2_41-branch
binutils-2_42-branch
binutils-2_43-branch
Copyright (C) 2012-2024 Free Software Foundation, Inc.

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-02-12 Frederic Cambus <fred@statdns.com>
* readelf.c (get_segment_type): Handle PT_OPENBSD_SYSCALLS segment

View File

@ -1,5 +1,7 @@
-*- text -*-
Changes in 2.42:
* Readelf now displays RELR relocations in full detail.
* Readelf now has a -j/--display-section option which takes the name or index

View File

@ -1,10 +1,14 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* 2.42 branch point.
2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point.
* 2.41 Branch Point.
2023-03-15 Nick Clifton <nickc@redhat.com>

View File

@ -1,10 +1,14 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* 2.42 branch point.
2023-07-03 Nick Clifton <nickc@redhat.com>
2.41 Branch Point.
* 2.41 Branch Point.
2022-12-31 Nick Clifton <nickc@redhat.com>

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-02-19 Will Hawkins <hawkinsw@obs.cr>
* config/tc-bpf.c (parse_expression): Change switch to if so that

View File

@ -1,5 +1,7 @@
-*- text -*-
Changes in 2.43:
* The MIPS '--trap' command-line option now causes GAS to dynamically
track the ISA setting as code is assembled and to emit either trap or
breakpoint instructions according to whether the currently selected ISA

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* po/gold.pot: Regenerate.

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-04-07 Simon Marchi <simon.marchi@efficios.com>
* diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER): Rename

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.

View File

@ -1,5 +1,7 @@
-*- text -*-
Changes in 2.42:
* Add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker
to report needed and used x86-64 ISA levels.

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-01-15 Nick Clifton <nickc@redhat.com>
* 2.42 branch point.

View File

@ -1,3 +1,7 @@
2024-07-20 Nick Clifton <nickc@redhat.com>
* 2.43 branch point.
2024-02-15 Will Hawkins <hawkinsw@obs.cr>
* bpf-opc.c: Move callx into the v1 BPF CPU variant.