diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 12:38:09 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 12:38:09 +0000 |
commit | a82c88079c1e0d0e91254d7c61683bd3a541065b (patch) | |
tree | 3e2ebe4783d329b40dee9a32028df0ed6897ad7d /lto-plugin/ChangeLog | |
parent | 8f0372dd2b828c0a0ee05dee4496a021da9cee40 (diff) | |
download | gcc-a82c88079c1e0d0e91254d7c61683bd3a541065b.tar.gz |
2010-01-11 Richard Guenther <rguenther@suse.de>
PR lto/41569
* Makefile.def (all-lto-plugin): Depend on all-gcc.
* Makefile.in: Regenerated.
lto-plugin/
* Makefile.am: Disable dependencies.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 4848e279397..9336ac92555 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2010-01-11 Richard Guenther <rguenther@suse.de> + + PR lto/41569 + * Makefile.am: Disable dependencies. + * Makefile.in: Regenerated. + 2010-01-03 H.J. Lu <hongjiu.lu@intel.com> PR lto/42520 |