From 941e566ae70046140c818d0304ca96fbcf76e0dd Mon Sep 17 00:00:00 2001
From: Rafael Espindola <espindola@gcc.gnu.org>
Date: Mon, 19 Oct 2009 16:23:38 +0000
Subject: [PATCH] missing changelog

From-SVN: r152982
---
 include/ChangeLog    | 5 +++++
 lto-plugin/ChangeLog | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/include/ChangeLog b/include/ChangeLog
index 4680e5912392..3b11371a7e49 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 01d7f4c87da2..110c79e93ad6 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.
-- 
GitLab