This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add markers.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=55a09eb6df557934bcb7e96d8ab4e9e7ca0670be

commit 55a09eb6df557934bcb7e96d8ab4e9e7ca0670be
Author: Tristan Gingold <gingold@adacore.com>
Date:   Tue Jul 4 11:06:02 2017 +0200

    Add markers.
    
    binutils/
    2017-07-04  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.29.
    
    gas/
    2017-07-04  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.29.
    
    ld/
    2017-07-04  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.29.

Diff:
---
 binutils/BRANCHES  | 1 +
 binutils/ChangeLog | 4 ++++
 binutils/NEWS      | 2 ++
 gas/ChangeLog      | 4 ++++
 gas/NEWS           | 2 ++
 ld/ChangeLog       | 4 ++++
 ld/NEWS            | 2 ++
 7 files changed, 19 insertions(+)

diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 90ee3da..75858c6 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -43,6 +43,7 @@ binutils-2_24-branch
 binutils-2_25-branch
 binutils-2_26-branch
 binutils-2_27-branch
+binutils-2_28-branch
 
 Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 252f3c4..7b4ee1b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-04  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.29.
+
 2017-07-03  Tristan Gingold  <gingold@adacore.com>
 
 	* po/binutils.pot: Regenerate.
diff --git a/binutils/NEWS b/binutils/NEWS
index 3019320..23c63ef 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.29:
+
 * The MIPS port now supports microMIPS eXtended Physical Addressing (XPA)
   instructions for assembly and disassembly.
 
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4d8abfd..8c78fb8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-04  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.29.
+
 2017-07-03  Alan Modra  <amodra@gmail.com>
 
 	* testsuite/gas/elf/symver.d: Don't run on hppa64-hpux.
diff --git a/gas/NEWS b/gas/NEWS
index b4ee6b6..ef44007 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.29:
+
 * Add support for ELF SHF_GNU_MBIND.
 
 * Add support for the WebAssembly file format and wasm32 ELF conversion.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8fc8e9d..778d4e1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-04  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.29.
+
 2017-07-03  Tristan Gingold  <gingold@adacore.com>
 
 	* po/ld.pot: Regenerate.
diff --git a/ld/NEWS b/ld/NEWS
index e9ef713..1f5060c 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.29:
+
 * Support for -z shstk in the x86 ELF linker to generate
   GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]