aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <espindola@gcc.gnu.org>2009-10-19 16:23:38 +0000
committerRafael Espindola <espindola@gcc.gnu.org>2009-10-19 16:23:38 +0000
commit941e566ae70046140c818d0304ca96fbcf76e0dd (patch)
tree9b571a0e971201035fe640a90bd6890148d3fc40
parent2dfdbf2bb7df2194c3497a2aeea96772e742b020 (diff)
downloadgcc-941e566ae70046140c818d0304ca96fbcf76e0dd.zip
gcc-941e566ae70046140c818d0304ca96fbcf76e0dd.tar.gz
gcc-941e566ae70046140c818d0304ca96fbcf76e0dd.tar.bz2
missing changelog
From-SVN: r152982
-rw-r--r--include/ChangeLog5
-rw-r--r--lto-plugin/ChangeLog6
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.