re PR other/54620 (sha1.c has incorrect math if sizeof(size_t) is 8)
authorKai Tietz <ktietz@gcc.gnu.org>
Thu, 31 Jan 2013 08:17:37 +0000 (09:17 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 31 Jan 2013 08:17:37 +0000 (09:17 +0100)
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

libiberty/ChangeLog

index 2a91c419dde76d713f32976a2ec20e0448613564..2698740e16a7e8c2f0fd5c073a6359cd855f5c50 100644 (file)
@@ -1,5 +1,9 @@
 2013-01-31  Kai Tietz  <ktietz@redhat.com>
 
+       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.