diff options
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | lto-plugin/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 4680e59..3b11371 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2009-10-19 Rafael Avila de Espindola <espindola@google.com> + + PR40790 + * plugin-api.h: Don't include stdint.h unconditionally. + 2009-10-15 Jakub Jelinek <jakub@redhat.com> * include/dwarf2.h (DW_LANG_Python): Add comment that it is diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 01d7f4c..110c79e 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2009-10-19 Rafael Avila de Espindola <espindola@google.com> + + PR40790 + * configure: Regenerate. + * configure.ac: Add AC_TYPE_UINT64_T. + 2009-10-16 Rafael Avila de Espindola <espindola@google.com> * lto-plugin.c (message): New variable. |