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.
This commit is contained in:
Kai Tietz
2013-01-30 16:52:35 +00:00
parent 077277f22c
commit 3371f4c714
3 changed files with 18 additions and 0 deletions

View File

@@ -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.