aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKai Tietz <ktietz@redhat.com>2013-01-30 16:50:49 +0000
committerKai Tietz <ktietz@redhat.com>2013-01-30 16:50:49 +0000
commit94671ba29de33f7597248bc57037baf3ce36e37e (patch)
treeb0a26ff13749e4d1b9ee1a392b13fe8e29e67608 /include/ChangeLog
parent032b13e21a53f1e1e482af5482eb49f44a643c42 (diff)
PR other/54620
PR target/39064 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if stdint.h and sys/types.h headers are present. * sha1.h (sha1_uintptr, sha1_uint32): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@195579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index f3acbfc2124..e57a42aed3b 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-30 Kai Tietz <ktietz@redhat.com>
+
+ PR other/54620
+ PR target/39064
+ * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
+ stdint.h and sys/types.h headers are present.
+ * sha1.h (sha1_uintptr, sha1_uint32): Likewise.
+
2012-12-18 Aldy Hernandez <aldyh@redhat.com>
PR other/54324