aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-01-25 15:29:02 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-01-25 15:29:02 +0000
commite3bb089d5f7f4d615c3cf71acacbb89a89287a8e (patch)
tree7457b3189091fc80da5fdb55ee22562c6722c4be /lto-plugin/ChangeLog
parentdb963b528702d92bb843ff50f8d7a3d7fb34257d (diff)
downloadgcc-e3bb089d5f7f4d615c3cf71acacbb89a89287a8e.zip
gcc-e3bb089d5f7f4d615c3cf71acacbb89a89287a8e.tar.gz
gcc-e3bb089d5f7f4d615c3cf71acacbb89a89287a8e.tar.bz2
lto-plugin.c (gold_version): New static variable.
* lto-plugin.c (gold_version): New static variable. (all_symbols_read_handler): Don't check pass_through_items if using gold 1.11 or later. (onload): Set gold_version if we see LDPT_GOLD_VERSION. From-SVN: r169237
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r--lto-plugin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 4b12002..bda47ec 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-25 Ian Lance Taylor <iant@google.com>
+
+ * lto-plugin.c (gold_version): New static variable.
+ (all_symbols_read_handler): Don't check pass_through_items if
+ using gold 1.11 or later.
+ (onload): Set gold_version if we see LDPT_GOLD_VERSION.
+
2011-01-12 Richard Guenther <rguenther@suse.de>
PR lto/47264