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] Update gold version number to 1.15.


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

commit 27f7b092c26b84633a4a266ba8ff01154d915035
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Fri Jan 12 18:38:11 2018 -0800

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

Diff:
---
 gold/ChangeLog  |  7 ++++++-
 gold/NEWS       | 13 +++++++++++++
 gold/version.cc |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 951b54e..27d7b46 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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.
diff --git a/gold/NEWS b/gold/NEWS
index c1af2f8..024e850 100644
--- 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.
diff --git a/gold/version.cc b/gold/version.cc
index fd7fd9a..e6d3e26 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.14";
+static const char* version_string = "1.15";
 
 // Report version information.


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