re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
authorKai Tietz <ktietz@redhat.com>
Wed, 30 Jan 2013 16:50:49 +0000 (17:50 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 30 Jan 2013 16:50:49 +0000 (17:50 +0100)
commit162b4e41267d991038ff159a28a78388608a99ff
treeb0a26ff13749e4d1b9ee1a392b13fe8e29e67608
parent44136976f9a52137fdd2f3f1504f057971c723a6
re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)

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.

From-SVN: r195579
include/ChangeLog
include/md5.h
include/sha1.h