diff options
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 1129a378432..9355ea57dfc 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,13 @@ +2011-02-12 Alexandre Oliva <aoliva@redhat.com> + + PR lto/47225 + * Makefile.am (gcc_build_dir, in_gcc_libs): New. + (liblto_plugin_la_LDFLAGS): Add -module. + (copy_lto_plugin): Renamed to... + ($(in_gcc_libs)): ... this. Add mkinstalldirs. Skip copying + of static modules. + * Makefile.in: Rebuild. + 2011-02-07 Kai Tietz <kai.tietz@onevision.com> PR lto/47225 |