aboutsummaryrefslogtreecommitdiff
path: root/gold/NEWS
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2018-06-23 00:46:13 -0700
committerCary Coutant <ccoutant@gmail.com>2018-06-23 00:46:13 -0700
commit155ea1bc92f5c9b34aa5251045d08d6409ca1de9 (patch)
tree0e6c0c1e856709f9eaee6c4c68762db7bb2e181d /gold/NEWS
parentadd4131108de4b4a0f3003cb542e9548914fbed1 (diff)
downloadgdb-155ea1bc92f5c9b34aa5251045d08d6409ca1de9.zip
gdb-155ea1bc92f5c9b34aa5251045d08d6409ca1de9.tar.gz
gdb-155ea1bc92f5c9b34aa5251045d08d6409ca1de9.tar.bz2
Bump version number and summarize new features in 1.16.
gold/ * version.cc (version_string): Bump to 1.16. * NEWS: Add new features in 1.16.
Diffstat (limited to 'gold/NEWS')
-rw-r--r--gold/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/gold/NEWS b/gold/NEWS
index 024e850..c94acb6 100644
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,21 @@
+Changes in 1.16:
+
+* Improve warning messages for relocations that refer to discarded sections.
+
+* Add --debug=plugin option for easier debugging of plugin-related problems.
+
+* Add -z keep_text_section_prefix option.
+
+* Add support for R_AARCH64_TLSLE_LDST8_TPREL_LO12, etc., relocations
+ (Aarch64 only).
+
+* Update configuration to enable plugins and threads automatically.
+
+* Add support for .note.gnu.property sections (from Linux ABI extensions).
+
+* Add support for Intel Indirect Branch Tracking (IBT) and Shadow Stack
+ (x86-64 only).
+
Changes in 1.15:
* Add support for .MIPS.options sections (MIPS only).