diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-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, 55 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-26 Nick Clifton <nickc@redhat.com> * Import these updates to the config scripts diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4fed6e1..ad0eebf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-19 Nick Clifton <nickc@redhat.com> PR 30560 diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 84b7a86..b7a4438 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -56,6 +56,7 @@ binutils-2_37-branch binutils-2_38-branch binutils-2_39-branch binutils-2_40-branch +binutils-2_41-branch Copyright (C) 2012-2023 Free Software Foundation, Inc. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bfbba8f..bc8b371 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-30 Nick Clifton <nickc@redhat.com> PR 30598 diff --git a/binutils/NEWS b/binutils/NEWS index 939cfea..563062c 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.41: + * The MIPS port now supports the Sony Interactive Entertainment Allegrex processor, used with the PlayStation Portable, which implements the MIPS II ISA along with a single-precision FPU and a few implementation-specific diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 23c89c9..e7b01e2 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-03-15 Nick Clifton <nickc@redhat.com> PR 30231 diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index dad5442..9277220 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2022-12-31 Nick Clifton <nickc@redhat.com> * 2.40 branch created. diff --git a/gas/ChangeLog b/gas/ChangeLog index 5db8c32..e72a5ca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-26 Nick Clifton <nickc@redhat.com> * testsuite/gas/aarch64/bfloat16-directive-be.d: Adjust regexps @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.41: + * Add support for Intel FRED instructions. * Add support for Intel LKGS instructions. diff --git a/gold/ChangeLog b/gold/ChangeLog index 6c3f29d..0bdcb8f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-28 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French translation. diff --git a/gprof/ChangeLog b/gprof/ChangeLog index eff66a4..2e14ffc 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-26 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French translation. diff --git a/include/ChangeLog b/include/ChangeLog index 097242b..f0c8fe8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-05-25 Andreas Schwab <schwab@linux-m68k.org> * coff/pe.h (IMAGE_FILE_MACHINE_AMD64): Remove duplicate diff --git a/ld/ChangeLog b/ld/ChangeLog index 084c96d..1db670c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-28 Nikita Popov <npopov@redhat.com> Nick Clifton <nickc@redhat.com> @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.41: + * The linker now accepts a command line option of --remap-inputs <PATTERN>=<FILE> to relace any input file that matches <PATTERN> with <FILE>. In addition the option --remap-inputs-file=<FILE> can be used to diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 1c6e454..ee60653 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2022-12-31 Nick Clifton <nickc@redhat.com> * 2.40 branch created. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8593753..2797c62 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-05-23 Nick Clifton <nickc@redhat.com> * po/sv.po: Updated translation. |