summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ChangeLog
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-11-05 15:20:34 -0800
committerLee Campbell <leecam@google.com>2015-11-05 23:26:04 +0000
commit932d71b859239e834651fdee549dc661cda82fe8 (patch)
tree711446a56db46fbf9edc7558727e5d96192df75b /binutils-2.25/gold/ChangeLog
parent0a79d97a250d24bd88a53f8c68b0185f42a1be6a (diff)
downloadtoolchain_binutils-932d71b859239e834651fdee549dc661cda82fe8.tar.gz
toolchain_binutils-932d71b859239e834651fdee549dc661cda82fe8.tar.bz2
toolchain_binutils-932d71b859239e834651fdee549dc661cda82fe8.zip
Plumb --pic-veneer option for gold.
Cherry-pick of upstream commit cdb061674c044636465e52a8c989b9011f2ec8ac gold/ChangeLog: * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub generation. * options.h (General_options): Add --pic-veneer option. BUG: 25512672
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
-rw-r--r--binutils-2.25/gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ChangeLog b/binutils-2.25/gold/ChangeLog
index 608d9fd9..e1ca71fb 100644
--- a/binutils-2.25/gold/ChangeLog
+++ b/binutils-2.25/gold/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-23 Ian Coolidge <icoolidge@google.com>
+ Plumb --pic-veneer option for gold.
+
+ * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub
+ generation.
+ * options.h (General_options): Add --pic-veneer option.
+
2015-07-09 Han Shen <shenhan@google.com>
Use "gold_info" instead of "gold_warning" for erratum fix.