aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--bfd/ChangeLog4
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS3
-rw-r--r--binutils/README-how-to-make-a-release2
-rw-r--r--config/ChangeLog4
-rw-r--r--cpu/ChangeLog4
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--gold/ChangeLog4
-rw-r--r--gprof/ChangeLog4
-rw-r--r--include/ChangeLog4
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
-rw-r--r--libctf/ChangeLog4
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--opcodes/ChangeLog4
19 files changed, 65 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59f7081..8a84e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-07-04 Nick Clifton <nickc@redhat.com>
* libiberty: Synchronize with GCC. Bring in:
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2178ca4..b88f33b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-05-19 Yvan Roux <yvan.roux@foss.st.com>
PR 25713
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.
diff --git a/config/ChangeLog b/config/ChangeLog
index dc0663b..3385292 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-01-22 Nick Clifton <nickc@redhat.com>
* 2.38 release branch created.
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index f0ce6ca..0e091a5 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-01-22 Nick Clifton <nickc@redhat.com>
* 2.38 release branch created.
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index d7b1434..fd8b46c 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-01-22 Nick Clifton <nickc@redhat.com>
* 2.38 release branch created.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a100b24..4c2b03e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-05-18 Victor Do Nascimento <victor.donascimento@arm.com>
* config/tc-arm.c (parse_reg_list): Add handling of mixed register
diff --git a/gas/NEWS b/gas/NEWS
index 846b513..abf3b01 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.39:
+
* Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and
Intel K1OM.
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 8557dc6..8696e9f 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-06-27 Nick Clifton <nickc@redhat.com>
PR 23765
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 99918c0..cf11b98 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-03-16 Nick Clifton <nickc@redhat.com>
* po/ru.po: Updated Russian translation.
diff --git a/include/ChangeLog b/include/ChangeLog
index 5cf3fa7..f8f7747 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-04-20 Clément Chigot <clement.chigot@atos.net>
* coff/xcoff.h (struct xcoff_loader_info): Add ldrel_count and
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 650e46e..8f9f4ad 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-06-27 Nick Clifton <nickc@redhat.com>
PR 29263
diff --git a/ld/NEWS b/ld/NEWS
index d580825..40f7059 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.39:
+
* The ELF linker will now generate a warning message if the stack is made
executable. By default this warning is not issued if the user has
specifically requested an executable stack via the "-z execstack"
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 9b939bb..06df64d 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-01-22 Nick Clifton <nickc@redhat.com>
* 2.38 release branch created.
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index f84e407..43eae83 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/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>
PR demangler/105039
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c51b173..3456b46 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-08 Nick Clifton <nickc@redhat.com>
+
+ * 2.39 branch created.
+
2022-07-04 Marcus Nilsson <brainbomb@gmail.com>
* disassemble.c: (disassemble_init_for_target): Set