From 719d8288507d9f35c76bdeed5b597348bd345883 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 24 Jun 2018 18:36:15 +0100 Subject: [PATCH] Add 2.30 branch notes to ChangeLogs and NEWS files. --- bfd/ChangeLog | 4 ++++ binutils/BRANCHES | 3 ++- binutils/ChangeLog | 5 +++++ binutils/NEWS | 2 ++ binutils/README-how-to-make-a-release | 1 - elfcpp/ChangeLog | 4 ++++ gas/ChangeLog | 5 +++++ gas/NEWS | 2 ++ gold/ChangeLog | 4 ++++ gprof/ChangeLog | 4 ++++ include/ChangeLog | 4 ++++ ld/ChangeLog | 5 +++++ ld/NEWS | 2 ++ opcodes/ChangeLog | 4 ++++ 14 files changed, 47 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f36d7fef922..69aab2c253c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-21 Maciej W. Rozycki * elfxx-mips.c (_bfd_mips_elf_compact_eh_encoding) diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 53e08833330..a3e9235b9fc 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -46,10 +46,11 @@ binutils-2_27-branch binutils-2_28-branch binutils-2_29-branch binutils-2_30-branch +binutils-2_31-branch Copyright (C) 2012-2018 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -binutils-2_30-branch + diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b035280a540..d03bc79f9e2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + * NEWS: Add marker for 2.31. + 2018-06-21 Alan Modra * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". diff --git a/binutils/NEWS b/binutils/NEWS index 5a35f6162d5..6b29a8ad552 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.31: + * Add support for disassembling netronome Flow Processor (NFP) firmware files. * The AArch64 port now supports showing disassembly notes which are emitted diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index c46ba7c4a5d..597347d3274 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -31,7 +31,6 @@ How to perform a release. [If using the make-prerelease.sh script, check that common.sh has the right values]. [make-prelease.sh command i] - [make-prelease.sh command C] Likewise for all of the ChangeLog files. Add a note of the name of the new branch to binutils/BRANCHES. Commit these changes. diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 27ca12759c9..d031d1b263f 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-22 Cary Coutant PR gold/22914 diff --git a/gas/ChangeLog b/gas/ChangeLog index bf3efddb6d9..f442950c132 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + * NEWS: Add marker for 2.31. + 2018-06-22 Tamar Christina * testsuite/gas/aarch64/addsub.s: Add negs to zero reg test. diff --git a/gas/NEWS b/gas/NEWS index 474ff429c87..09faaf1c618 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.31: + * The ADR and ADRL pseudo-instructions supported by the ARM assembler now only set the bottom bit of the address of thumb function symbols if the -mthumb-interwork command line option is active. diff --git a/gold/ChangeLog b/gold/ChangeLog index 4288a264d57..3a2db36a751 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-23 Cary Coutant * version.cc (version_string): Bump to 1.16. diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 4873f69b78a..58bff34da37 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-19 Simon Marchi * configure.ac: Remove AC_PREREQ. diff --git a/include/ChangeLog b/include/ChangeLog index f5fdf43166b..0ccf1c1063d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-21 Alan Hayward * elf/internal.h (ELF_SECTION_IN_SEGMENT): Don’t check addresses diff --git a/ld/ChangeLog b/ld/ChangeLog index 4e9cc2adbb0..edd33cd82ca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + * NEWS: Add marker for 2.31. + 2018-06-20 Renlin Li * testsuite/ld-aarch64/emit-relocs-115.d: Update test with new value. diff --git a/ld/NEWS b/ld/NEWS index 51b507f0043..bf199058266 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.31: + * Speed up direct linking with DLLs for Cygwin and Mingw targets. * Add a configure option --enable-separate-code to decide whether diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2c2b975b044..bbf10b63eae 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2018-06-24 Nick Clifton + + 2.31 branch created. + 2018-06-19 Tamar Christina * aarch64-tbl.h (aarch64_opcode_table): Fix alias flag for negs -- 2.30.2