diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 203039f..6922745 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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. + 2009-01-03 Steven Bosscher <steven@gcc.gnu.org> PR rtl-optimization/41862 @@ -786,6 +786,8 @@ proper position among the other output files. */ %{O*:-plugin-opt=-O%*} \ %{w:-plugin-opt=-w} \ %{f*:-plugin-opt=-f%*} \ + %{m*:-plugin-opt=-m%*} \ + %{v:-plugin-opt=-v} \ } \ %{flto} %{fwhopr} %l " LINK_PIE_SPEC \ "%X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}\ |