Bump gold version number to 1.14.
authorCary Coutant <ccoutant@gmail.com>
Fri, 23 Dec 2016 16:00:13 +0000 (08:00 -0800)
committerCary Coutant <ccoutant@gmail.com>
Fri, 23 Dec 2016 16:00:13 +0000 (08:00 -0800)
* NEWS: Add new features in 1.14.
* version.cc (version_string): Bump to 1.14.

gold/ChangeLog
gold/NEWS
gold/version.cc

index fea77ca4966f886927747326a24321b7b5b75e7b..9243f2a64e25674e541586c16d62a93a4700ad91 100644 (file)
@@ -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
index a400489a6177e0ff3cc0015097fc3b7254ec11b9..95d0260c3f1a047790fbe63ae7e8f663b2ceaf3d 100644 (file)
--- 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
index 5b0c810261087d1a1fd400b7d4d50c5d10935057..ead748a1597dc36918f5f2062fb4247b3aeacd94 100644 (file)
@@ -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.
 
This page took 0.025487 seconds and 4 git commands to generate.