diff options
author | Dmitry Gorbachev <d.g.gorbachev@gmail.com> | 2009-10-27 18:17:13 +0000 |
---|---|---|
committer | Rafael Espindola <espindola@gcc.gnu.org> | 2009-10-27 18:17:13 +0000 |
commit | 4c0f4b0b2f4d38b532d4602688083f965c50af82 (patch) | |
tree | 3ffecdca3794d5213b337154f17ca5a2203cf5f8 /lto-plugin/ChangeLog | |
parent | 41ca8d08460314d305c79140abef6c9587b9b446 (diff) | |
download | gcc-4c0f4b0b2f4d38b532d4602688083f965c50af82.zip gcc-4c0f4b0b2f4d38b532d4602688083f965c50af82.tar.gz gcc-4c0f4b0b2f4d38b532d4602688083f965c50af82.tar.bz2 |
re PR lto/41652 (LTO plugin misconfiguration)
2009-10-27 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR lto/41652
* configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT.
* configure: Regenerate.
From-SVN: r153610
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 14cd087..e0e7892 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2009-10-27 Dmitry Gorbachev <d.g.gorbachev@gmail.com> + + PR lto/41652 + * configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT. + * configure: Regenerate. + 2009-10-26 Richard Guenther <rguenther@suse.de> * configure.ac: Use AM_MAINTAINER_MODE. |