Update gold version number to 1.15.
authorCary Coutant <ccoutant@gmail.com>
Sat, 13 Jan 2018 02:38:11 +0000 (18:38 -0800)
committerCary Coutant <ccoutant@gmail.com>
Sat, 13 Jan 2018 02:38:11 +0000 (18:38 -0800)
gold/
* NEWS: Add new features in 1.15.
* version.cc (version_string): Bump to 1.15.

gold/ChangeLog
gold/NEWS
gold/version.cc

index 951b54e93373c3692a8c6338bcb0ddebe51b9f8e..27d7b461bcec9e67f17e10bcd3219e088cf98c79 100644 (file)
@@ -1,4 +1,9 @@
-2018-01-12 Sterling Augustine <saugustine@google.com>
+2018-01-12  Cary Coutant  <ccoutant@gmail.com>
+
+       * NEWS: Add new features in 1.15.
+       * version.cc (version_string): Bump to 1.15.
+
+2018-01-12  Sterling Augustine  <saugustine@google.com>
 
        * cref.cc (Cref_inputs::Cref_table_compare::operator): Add
        conditionals and calls to is_forwarder.
index c1af2f8205b826cb8becfd9c8a6ad8e85106aa6d..024e850621b468837b2dcb5fde033f1dad8f5436 100644 (file)
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,16 @@
+Changes in 1.15:
+
+* Add support for .MIPS.options sections (MIPS only).
+
+* Add support for compound relocations (MIPS only).
+
+* Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options
+  (PowerPC only).
+
+* Add -z text-unlikely-segment option.
+
+* Add plugin support for adding new input files (LDPT_REGISTER_NEW_INPUT_HOOK).
+
 Changes in 1.14:
 
 * Add -z bndplt option (x86-64 only) to support Intel MPX.
index fd7fd9ad9e143798fd778b8c053114ab717e583d..e6d3e2659420acadd9d6eb804a1af39e248e5e7a 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.14";
+static const char* version_string = "1.15";
 
 // Report version information.
 
This page took 0.027196 seconds and 4 git commands to generate.