summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2013-01-30 16:52:35 +0000
committerKai Tietz <kai.tietz@onevision.com>2013-01-30 16:52:35 +0000
commite5e04ca3576dd5bd224ae8a18337e756d3376258 (patch)
treeae3274d3a5aec8b889cb24ec5fe0489043d43504 /include/ChangeLog
parente30181a58decaecae0e2544b7a489915d3bcc611 (diff)
downloadbinutils-gdb-e5e04ca3576dd5bd224ae8a18337e756d3376258.tar.gz
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.
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 3e6826302d6..3d093d733e6 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.
+
2013-01-10 Will Newton <will.newton@imgtec.com>
* dis-asm.h (print_insn_metag): New declaration.