aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-07-03 14:50:57 +0100
committerNick Clifton <nickc@redhat.com>2021-07-03 14:50:57 +0100
commit514192487e2e12a4c147a761d59912f06cafb3cf (patch)
tree5e46f7cb962581b486e9e5b902ed87e7fd388e3f
parentSynchronize libiberty sources (and include/demangle.h) with GCC master version (diff)
downloadbinutils-gdb-514192487e2e12a4c147a761d59912f06cafb3cf.tar.gz
binutils-gdb-514192487e2e12a4c147a761d59912f06cafb3cf.tar.bz2
binutils-gdb-514192487e2e12a4c147a761d59912f06cafb3cf.zip
Add markers for 2.37 branch
-rw-r--r--ChangeLog4
-rw-r--r--bfd/ChangeLog4
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS2
-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--opcodes/ChangeLog4
17 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21fe4785900..45db2cbaf77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
+ * 2.37 release branch created.
+
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
* libiberty: Sync with gcc. Bring in:
2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1c4c176c9fa..c81be05a439 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-07-02 Nick Clifton <nickc@redhat.com>
PR 28046
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index b214714fa23..e648e8ef37a 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -52,6 +52,7 @@ binutils-2_33-branch
binutils-2_34-branch
binutils-2_35-branch
binutils-2_36-branch
+binutils-2_37-branch
Copyright (C) 2012-2021 Free Software Foundation, Inc.
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 95762df40d5..ddd43ac086f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-07-02 Alan Modra <amodra@gmail.com>
PR 28048
diff --git a/binutils/NEWS b/binutils/NEWS
index d21f219251b..8a73387bee8 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.37:
+
* The readelf tool has a new command line option which can be used to specify
how the numeric values of symbols are reported. --sym-base=0|8|10|16 tells
readelf to display the values in base 8, base 10 or base 16. A sym base of 0
diff --git a/config/ChangeLog b/config/ChangeLog
index f2dd1152964..4a05c5a53fb 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-06-14 Michael Forney <mforney@mforney.org>
* gettext.m4 (AM_GNU_GETTEXT): Skip checks for the internal
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 2739df0edd5..24d0775920e 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-05-06 Stafford Horne <shorne@gmail.com>
PR 21464
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index afc32c9b065..0d149351e8a 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-03-19 Cary Coutant <ccoutant@gmail.com>
PR gold/27246
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2e7a1cad17b..d7cc819e250 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-07-02 Alan Modra <amodra@gmail.com>
* config/tc-nds32.c (nds32_keyword_gpr): Don't declare.
diff --git a/gas/NEWS b/gas/NEWS
index 6944bdf3ba6..380363251c6 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.37:
+
* arm-symbianelf support removed.
* Add support for Realm Management Extension (RME) for AArch64.
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 84df32ac3a0..7a38a74a5ac 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-05-25 Alan Modra <amodra@gmail.com>
PR gold/27815
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 6d73b3cc8c9..996b5877bcd 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-06-03 Ben Asselstine <benasselstine@gmail.com>
PR 4283
diff --git a/include/ChangeLog b/include/ChangeLog
index eef7451c20d..11001a3d1e3 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,9 @@
2021-07-03 Nick Clifton <nickc@redhat.com>
+ * 2.37 release branch created.
+
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
Import from gcc mainline:
2021-03-31 Patrick Palka <ppalka@redhat.com>
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b4c49cc6513..3b9c57486d4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-06-22 Nelson Chu <nelson.chu@sifive.com>
* testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
diff --git a/ld/NEWS b/ld/NEWS
index a5ed9058c04..11bc5745ebf 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.37:
+
* arm-symbianelf support removed.
* Add -z report-relative-reloc to x86 ELF linker to report dynamic
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index 5d2e1984605..7ccc54209b0 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-05-09 Alan Modra <amodra@gmail.com>
* ctf-impl.h (ctf_dynset_eq_string): Don't declare.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 25e8f66e328..ffa34484b56 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Nick Clifton <nickc@redhat.com>
+
+ * 2.37 release branch created.
+
2021-07-02 Alan Modra <amodra@gmail.com>
* nds32-dis.c (nds32_find_reg_keyword): Constify arg and return.