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] Bump gold version number to 1.14.


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

commit d81c735641cf6245c837a0203e9efaf21e63c27e
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Fri Dec 23 08:00:13 2016 -0800

    Bump gold version number to 1.14.
    
    	* NEWS: Add new features in 1.14.
    	* version.cc (version_string): Bump to 1.14.

Diff:
---
 gold/ChangeLog  |  5 +++++
 gold/NEWS       | 18 ++++++++++++++++++
 gold/version.cc |  2 +-
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index fea77ca..9243f2a 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-23  Cary Coutant  <ccoutant@gmail.com>
+
+	* NEWS: Add new features in 1.14.
+	* version.cc (version_string): Bump to 1.14.
+
 2016-12-22  Cary Coutant  <ccoutant@gmail.com>
 
 	PR gold/17643
diff --git a/gold/NEWS b/gold/NEWS
index a400489..95d0260 100644
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,21 @@
+Changes in 1.14:
+
+* Add -z bndplt option (x86-64 only) to support Intel MPX.
+
+* Add --orphan-handling option.
+
+* Add --stub-group-multi option (PowerPC only).
+
+* Add --target1-rel, --target1-abs, --target2 options (Arm only).
+
+* Add -z stack-size option.
+
+* Add --be8 option (Arm only).
+
+* Add HIDDEN support in linker scripts.
+
+* Add SORT_BY_INIT_PRIORITY support in linker scripts.
+
 Changes in 1.12:
 
 * Add a configure option --enable-relro to decide whether -z relro should
diff --git a/gold/version.cc b/gold/version.cc
index 5b0c810..ead748a 100644
--- a/gold/version.cc
+++ b/gold/version.cc
@@ -36,7 +36,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.12";
+static const char* version_string = "1.14";
 
 // Report version information.


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