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-- | binutils/README-how-to-make-a-release | 4 | ||||
-rw-r--r-- | cpu/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 3 | ||||
-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 |
17 files changed, 58 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index fd42f76b81b..b81f759ccd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-15 Arsen Arsenović <arsen@aarsen.me> * intl: Remove directory. Replaced with out-of-tree GNU diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 876ee736670..97d0c585a56 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-12-05 Nick Clifton <nickc@redhat.com> PR 31106 diff --git a/binutils/BRANCHES b/binutils/BRANCHES index a810950e23f..98144e731d3 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 3adfcca8a2a..80da5196322 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 0911cc4ada3..a4c101c7787 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 3faabbd818e..bdda9e48d81 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. diff --git a/cpu/ChangeLog b/cpu/ChangeLog index e7b01e2b4e1..23e1f61e3a9 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-07-03 Nick Clifton <nickc@redhat.com> 2.41 Branch Point. diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 247d2fbdd46..359bc7cd858 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-07-03 Nick Clifton <nickc@redhat.com> 2.41 Branch Point. diff --git a/gas/ChangeLog b/gas/ChangeLog index cf5cf9a39f1..d375776b09d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-30 Jose E. Marchesi <jose.marchesi@oracle.com> * config/tc-bpf.h (DOUBLESLASH_LINE_COMMENTS): Define. @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.42: + * Experimental support in GAS to synthesize CFI for ABI-conformant, hand-written asm using the new command line option --scfi=experimental on x86-64. Only System V AMD64 ABI is supported. diff --git a/gold/ChangeLog b/gold/ChangeLog index 4c5d0b60477..039a040f276 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-17 YunQiang Su <yunqiang.su@cipunited.com> * configure.tgt (mips targets): Set targ_extra_size=64. diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 73ec2746f6a..f7d960f0bbe 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-15 Arsen Arsenović <arsen@aarsen.me> * aclocal.m4: Regenerate. diff --git a/include/ChangeLog b/include/ChangeLog index 48af0849f00..1c9477a022e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-28 Jakub Jelinek <jakub@redhat.com> * sha1.h (sha1_process_bytes_fn): New typedef. diff --git a/ld/ChangeLog b/ld/ChangeLog index 892341fc974..ddd1ba9df18 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-12-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * emulparams/elf_i386.sh (LIBPATH_SUFFIX, LIBPATH_SUFFIX_SKIP) @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.42: + * Add -z mark-plt/-z nomark-plt options to x86-64 ELF linker to mark PLT entries with DT_X86_64_PLT, DT_X86_64_PLTSZ and DT_X86_64_PLTENT dynamic tags. Also added --enable-mark-plt configure option to mark PLT entries diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 47498449011..8e40d0149a3 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-15 Arsen Arsenović <arsen@aarsen.me> * Makefile.am (SUBDIRS): Define to empty to suppress a check in diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d8d3bfb5f49..9276541fdc1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2024-01-15 Nick Clifton <nickc@redhat.com> + + * 2.42 branch point. + 2023-11-15 Arsen Arsenović <arsen@aarsen.me> * aclocal.m4: Regenerate. |