gcc/libjava/java/math
Warren Levy 552cc5b57e BigInteger.java (divide): Handle the special case when dividing by 1 and the high bit of the dividend is set.
* java/math/BigInteger.java(divide): Handle the special case when
	dividing by 1 and the high bit of the dividend is set.
	(setShiftRight): Handle case when count == 0.

From-SVN: r32724
2000-03-24 09:18:12 +00:00
..
BigInteger.java BigInteger.java (divide): Handle the special case when dividing by 1 and the high bit of the dividend is set. 2000-03-24 09:18:12 +00:00