summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2016-12-23 09:43:13 +0100
committerTristan Gingold <gingold@adacore.com>2016-12-23 09:43:13 +0100
commit9703a4ef4d020991873bb4464f4800fe0547263c (patch)
treefac7b9a551e93e79a1571c882f9fcebce3f6a68e
parente0e7a9d436cb3c97ae89c9b0d2750a006746b233 (diff)
downloadbinutils-gdb-9703a4ef4d020991873bb4464f4800fe0547263c.tar.gz
Add marker in NEWS files
binutils/ 2016-12-23 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.28. gas/ 2016-12-23 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.28. ld/ 2016-12-23 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.28.
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS2
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
7 files changed, 19 insertions, 0 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 54f9190d8df..e8d47d2c52d 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -42,6 +42,7 @@ binutils-2_23-branch
binutils-2_24-branch
binutils-2_25-branch
binutils-2_26-branch
+binutils-2_27-branch
Copyright (C) 2012-2016 Free Software Foundation, Inc.
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index b995448c6a9..961dfb2ede7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
2016-12-23 Tristan Gingold <gingold@adacore.com>
+ * NEWS: Add marker for 2.28.
+
+2016-12-23 Tristan Gingold <gingold@adacore.com>
+
* po/binutils.pot: Regenerate.
2016-12-20 Maciej W. Rozycki <macro@imgtec.com>
diff --git a/binutils/NEWS b/binutils/NEWS
index 4e1aacd8154..c18a0ac80da 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.28:
+
* This version of binutils fixes a problem with PowerPC VLE 16A and 16D
relocations which were functionally swapped, for example,
R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ccc49225f33..51bd1856a02 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2016-12-23 Tristan Gingold <gingold@adacore.com>
+ * NEWS: Add marker for 2.28.
+
+2016-12-23 Tristan Gingold <gingold@adacore.com>
+
* po/gas.pot: Regenerate.
2016-12-21 Andrew Waterman <andrew@sifive.com>
diff --git a/gas/NEWS b/gas/NEWS
index 48cfa9be72d..8a62c2f272a 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.28:
+
* Add support for the RISC-V architecture.
* Add support for the ARM Cortex-M23 and Cortex-M33 processors.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f787133138b..b2c17baec91 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2016-12-23 Tristan Gingold <gingold@adacore.com>
+ * NEWS: Add marker for 2.28.
+
+2016-12-23 Tristan Gingold <gingold@adacore.com>
+
* po/ld.pot: Regenerate.
2016-12-22 Alan Modra <amodra@gmail.com>
diff --git a/ld/NEWS b/ld/NEWS
index f8bf58da7ca..583d50a3b2d 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.28:
+
* The EXCLUDE_FILE linker script construct can now be applied outside of the
section list in order for the exclusions to apply over all input sections in
the list.