]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* BigInteger.java: fix right shifts by nonzero multiples of 32.
authorhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 16:33:49 +0000 (16:33 +0000)
committerhboehm <hboehm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 16:33:49 +0000 (16:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44964 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index b78bcf3ccee0ea0908ead8028fa0585a66e49822..ae57a887d69e7aa74626acc14bd2df0057889db2 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-17  Hans-J. Boehm <Hans_Boehm@hp.com>
+
+       * BigInteger.java: fix right shifts by nonzero multiples of 32.
+       
 2001-08-15  Tom Tromey  <tromey@redhat.com>
 
        * jni.cc: Include IdentityHashMap.h, not Hashtable.h.