diff options
author | Nick Clifton <nickc@redhat.com> | 2025-07-13 08:35:45 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-07-13 08:35:45 +0100 |
commit | 5c778308bdb8c85585eb703ca8b3fda4a967aa08 (patch) | |
tree | 4c7b92cf555e98dc30cf9f192b9471c2ce877bac | |
parent | 0e8dbf5c5d6ae1d2b78322e5fed70200bc999cba (diff) | |
download | binutils-5c778308bdb8c85585eb703ca8b3fda4a967aa08.zip binutils-5c778308bdb8c85585eb703ca8b3fda4a967aa08.tar.gz binutils-5c778308bdb8c85585eb703ca8b3fda4a967aa08.tar.bz2 |
Add markers for 2.45 branch
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/BRANCHES | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 | ||||
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 | ||||
-rw-r--r-- | libctf/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/ChangeLog | 4 |
16 files changed, 56 insertions, 1 deletions
@@ -1,10 +1,14 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Binutils Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Binutils Branch point. 2024-07-20 Nick Clifton <nickc@redhat.com> - * 2.43 branch point. + * 2.43 Binutils Branch point. 2024-07-15 Nick Clifton <nickc@redhat.com> diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3f02487..583f731 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-02-08 Alexandre Oliva <oliva@adacore.com> * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Check for diff --git a/binutils/BRANCHES b/binutils/BRANCHES index b3cdeeb..dfab2dd 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -60,6 +60,7 @@ binutils-2_41-branch binutils-2_42-branch binutils-2_43-branch binutils-2_44-branch +binutils-2_45-branch Copyright (C) 2012-2025 Free Software Foundation, Inc. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b0bd1e2..0577cf9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/binutils/NEWS b/binutils/NEWS index 89351d7..281de00 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.45: + * New versioned release of libsframe: libsframe.so.2. This release introduces versioned symbols with version node name LIBSFRAME_2.0. Some new symbols have been added to support the new flag SFRAME_F_FDE_FUNC_START_PCREL and diff --git a/cpu/ChangeLog b/cpu/ChangeLog index e238895..e7e484a 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 37b12e0..519c3d7 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/gas/ChangeLog b/gas/ChangeLog index f0b4c9e..95e8d4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.45: + * Add support to generate SFrame stack trace information (.sframe) from CFI directives on s390 64-bit (s390x). diff --git a/gold/ChangeLog b/gold/ChangeLog index 246434d..f1b9400 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 7eb4e8a..64e736c 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/include/ChangeLog b/include/ChangeLog index a01ea92..6ef4b59 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/ld/ChangeLog b/ld/ChangeLog index 69dad59..52bbeda 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-02-08 Alexandre Oliva <oliva@adacore.com> * testsuite/ld-sparc/got-def.s: New test. @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.45: + * On s390 64-bit (s390x), generate SFrame stack trace information (.sframe) for the linker generated .plt section. Enabled by default. Can be disabled using linker option --no-ld-generated-unwind-info. diff --git a/libctf/ChangeLog b/libctf/ChangeLog index ef66b95..a687793 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 609e621..13659e3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2025-07-13 Nick Clifton <nickc@redhat.com> + + * 2.45 Branch point. + 2025-01-19 Nick Clifton <nickc@redhat.com> * 2.44 Branch point. |