From: Kai Tietz Date: Thu, 31 Jan 2013 08:17:37 +0000 (+0100) Subject: re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cfc6e54ba9dd2f53da6e679224706e2fbb0e66e;p=gcc.git re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8) PR other/54620 * sha1.c (sha1_process_block): Handle case that size_t is a wider-integer-scalar as a 32-bit unsigned integer. From-SVN: r195603 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2a91c419dde..2698740e16a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 2013-01-31 Kai Tietz + PR other/54620 + * sha1.c (sha1_process_block): Handle case that size_t is + a wider-integer-scalar as a 32-bit unsigned integer. + PR other/543413 * md5.c (md5_process_block): Handle case that size_t is a wider-integer-scalar a 32-bit unsigned integer.