From: Hans Boehm Date: Fri, 17 Aug 2001 16:33:49 +0000 (+0000) Subject: * BigInteger.java: fix right shifts by nonzero multiples of 32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8e6d3a49906564d476df5381e017c9950d3ac56;p=gcc.git * BigInteger.java: fix right shifts by nonzero multiples of 32. From-SVN: r44964 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b78bcf3ccee..ae57a887d69 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2001-08-17 Hans-J. Boehm + + * BigInteger.java: fix right shifts by nonzero multiples of 32. + 2001-08-15 Tom Tromey * jni.cc: Include IdentityHashMap.h, not Hashtable.h.