summaryrefslogtreecommitdiff
path: root/lto-plugin/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 00:52:50 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 00:52:50 +0000
commit971080f2bfb9e42da8083b89fac508b9f3d34d6b (patch)
tree7c32ff53348a86163c82ed7b2373dd5c80fd34ab /lto-plugin/ChangeLog
parent879fbc3eee6f24402e0eda25c64d3df81d33a634 (diff)
downloadgcc-971080f2bfb9e42da8083b89fac508b9f3d34d6b.tar.gz
Pass -m* and -v to -plugin-opt
gcc/ 2010-01-03 H.J. Lu <hongjiu.lu@intel.com> PR lto/42520 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt. lto-plugin/ 2010-01-03 H.J. Lu <hongjiu.lu@intel.com> PR lto/42520 * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command if -v is passed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r--lto-plugin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 77a8313cd61..4848e279397 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR lto/42520
+ * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
+ if -v is passed.
+
2009-12-05 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/42306