From 4cfc6e54ba9dd2f53da6e679224706e2fbb0e66e Mon Sep 17 00:00:00 2001
From: Kai Tietz <ktietz@gcc.gnu.org>
Date: Thu, 31 Jan 2013 09:17:37 +0100
Subject: [PATCH] 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
---
 libiberty/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 2a91c419dde7..2698740e16a7 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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.
-- 
GitLab