From ae77468624a91ca149c470962c9234109c8ca105 Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
Date: Sat, 18 Jan 2020 13:50:25 +0000
Subject: [PATCH] Add markers for 2.34 branch to the NEWS files and ChangeLogs.

---
 ChangeLog                             |  4 ++++
 bfd/ChangeLog                         |  4 ++++
 binutils/BRANCHES                     |  1 +
 binutils/ChangeLog                    |  4 ++++
 binutils/NEWS                         |  2 ++
 binutils/README-how-to-make-a-release | 12 ++++++------
 config/ChangeLog                      |  4 ++++
 cpu/ChangeLog                         |  4 ++++
 elfcpp/ChangeLog                      |  4 ++++
 gas/ChangeLog                         |  4 ++++
 gas/NEWS                              |  2 ++
 gold/ChangeLog                        |  4 ++++
 gprof/ChangeLog                       |  4 ++++
 include/ChangeLog                     |  4 ++++
 ld/ChangeLog                          |  4 ++++
 ld/NEWS                               |  2 ++
 libctf/ChangeLog                      |  4 ++++
 opcodes/ChangeLog                     |  4 ++++
 18 files changed, 65 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b3b27df7ad4..e75c8c249c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-18  Nick Clifton  <nickc@redhat.com>
 
 	Synchronize top level configure files with master version:
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aa0d0de3da0..f6cde41fdaf 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-17  Christian Biesinger  <cbiesinger@google.com>
 
 	* coff-arm.c: Fix spelling error (seperate).
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index b24bab7b0e4..cc848708f90 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -49,6 +49,7 @@ binutils-2_30-branch
 binutils-2_31-branch
 binutils-2_32-branch
 binutils-2_33-branch
+binutils-2_34-branch
 
 Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ac7d86ac164..a84b31d3ae0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-17  Thomas Troeger  <tstroege@gmx.de>
 
 	* objdump.c (jump_info_visualize_address): Discard jumps that are
diff --git a/binutils/NEWS b/binutils/NEWS
index 92ec6bc07ac..1650a3ac934 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.34:
+
 * Binutils now supports debuginfod, an HTTP server for distributing
   ELF/DWARF debugging information as well as source code. When built with
   debuginfod, readelf and objdump can automatically query debuginfod
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 82cd27da904..f0116816b2c 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -39,8 +39,8 @@ How to perform a release.
 
   4. Create the release branch using:
 
-	git branch binutils-2_33-branch
-        git push origin binutils-2_33-branch
+	git branch binutils-2_34-branch
+        git push origin binutils-2_34-branch
 
      If you get a message like:
      
@@ -50,7 +50,7 @@ How to perform a release.
 
   5. Make sure that the branch is there.  IE check out the branch sources:
   
-        git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_33-branch 2.33
+        git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_34-branch 2.34
 
      If you get a message about being in a "detached head" state, something
      has gone wrong...
@@ -72,7 +72,7 @@ How to perform a release.
      ask Joel Brobecker <brobecker AT adacore DOT com>.
 
   7. Rename the current HEAD version entry in Bugzilla, and create a
-     new one.  E.g. rename "2.33 (HEAD)" to 2.33, and create "2.34
+     new one.  E.g. rename "2.34 (HEAD)" to 2.34, and create "2.34
      (HEAD)":
      
         https://sourceware.org/bugzilla/editversions.cgi?product=binutils
@@ -80,13 +80,13 @@ How to perform a release.
   8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot
      of the next release:
      
-       m4_define([BFD_VERSION], [2.33.51])
+       m4_define([BFD_VERSION], [2.34.51])
        
      Update the release number in bfd/version.m4 for the branch.
      The branch only needs the point value set to 90 as the release
      has not actually happened yet.
 
-       m4_define([BFD_VERSION], [2.32.90])
+       m4_define([BFD_VERSION], [2.33.90])
 
      Regenerate various files on both branch and HEAD by configuring
      with "--enable-maintainer-mode --enable-gold" and then building
diff --git a/config/ChangeLog b/config/ChangeLog
index dabbac3b491..19fc6cd55c4 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2019-09-09  Phil Blundell  <pb@pbcl.net>
 
 	binutils 2.33 branch created.
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index cd40af41132..6bd48c56aa4 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-13  Alan Modra  <amodra@gmail.com>
 
 	* fr30.cpu (f-disp9, f-disp10, f-s10, f-rel9, f-rel12): Don't
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index c78b42bb0e9..366bbbe9388 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-01  Alan Modra  <amodra@gmail.com>
 
 	Update year range in copyright notice of all files.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e3adaa722ac..7ebf3c8b903 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-17  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* config/tc-i386.c (_i386_insn): Replace vex_encoding_vex2
diff --git a/gas/NEWS b/gas/NEWS
index 36d6c652f6d..5ed7302da78 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.34:
+
 * Add support for Zilog eZ80 and Zilog Z180 CPUs.
 
 * Add support for z80-elf target.
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c78b42bb0e9..366bbbe9388 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-01  Alan Modra  <amodra@gmail.com>
 
 	Update year range in copyright notice of all files.
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index c78b42bb0e9..366bbbe9388 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-01  Alan Modra  <amodra@gmail.com>
 
 	Update year range in copyright notice of all files.
diff --git a/include/ChangeLog b/include/ChangeLog
index b1189ea2175..c7fd4ab1414 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-17  Nick Clifton  <nickc@redhat.com>
 
 	* Import from gcc mainline:
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dc3ba85ec34..7c773086bc9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-16  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
 
 	* scripttempl/elf32msp430_3.sc: Remove.
diff --git a/ld/NEWS b/ld/NEWS
index 98dfd332027..f659ccfc06b 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.34:
+
 * cr16c support removed.
 
 * Add support for z80-elf.
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index a2358fd6516..9da5827c26a 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-05  Joel Brobecker  <brobecker@adacore.com>
 
 	PR binutils/25155:
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 6faa9d87d13..60c5832f273 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18  Nick Clifton  <nickc@redhat.com>
+
+	Binutils 2.34 branch created.
+
 2020-01-17  Christian Biesinger  <cbiesinger@google.com>
 
 	* opintl.h: Fix spelling error (seperate).
-- 
GitLab