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 for release 2.26


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

commit 7feec526b7efc8778a5ff536332d4b2a8437dcbb
Author: Tristan Gingold <gingold@adacore.com>
Date:   Fri Nov 13 09:30:08 2015 +0100

    Add markers for release 2.26
    
    binutils/
    2015-11-13  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.26.
    
    gas/
    2015-11-13  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.26.
    
    ld/
    2015-11-13  Tristan Gingold  <gingold@adacore.com>
    
    	* NEWS: Add marker for 2.26.

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

diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index baa524b..03b0e59 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -47,3 +47,4 @@ are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
 binutils-2_24-branch
 binutils-2_25-branch
+binutils-2_26-branch
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bcbad22..81a8d91 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-13  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.26.
+
 2015-11-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
 
 	* dwarf.c (read_leb128): Fix left shift of negative value.
diff --git a/binutils/NEWS b/binutils/NEWS
index b0508f8..3146bd6 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.26:
+
 * Add option to objcopy to insert new symbols into a file:
   --add-symbol <name>=[<section>:]<value>[,<flags>]
 
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5bbb713..73d4486 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-13  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.26.
+
 2015-11-12  James Greenhalgh  <james.greenhalgh@arm.com>
 
 	* config/tc-aarch64.c (aarch64_cpus): Add cortex-a35.
diff --git a/gas/NEWS b/gas/NEWS
index 0ea699b..2cb2fab 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
 -*- text -*-
 
+Changes in 2.26:
+
 * Add a configure option --enable-compressed-debug-sections={all,gas} to
   decide whether DWARF debug sections should be compressed by default.
 
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3a3e378..babb814 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-13  Tristan Gingold  <gingold@adacore.com>
+
+	* NEWS: Add marker for 2.26.
+
 2015-11-05  Alan Modra  <amodra@gmail.com>
 
 	* Makefile.in: Regenerate.
diff --git a/ld/NEWS b/ld/NEWS
index 154c066..0fd05e9 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,7 @@
 -*- text -*-
+
+Changes in 2.26:
+
 * Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time
   workaround for a bug in the bus matrix / memory controller for some of
   the STM32 Cortex-M4 based products (STM32L4xx)


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