gcc/libjava/gnu/gcj
Per Bothner c04278f74f Changes merged from Kawa's gnu.math.
* java/math/BigInteger.java
	* gnu/gcj/math/MPN.java (rshift0): New method handles zero shift count.
	(rshift(int[],int[],int,int):  Removed - not needed.
	(gcd):  Use rshift0 rather than rshift.
	* java/math/BigInteger.java (setShiftRight):  Likewise.
	(divide):  Simplify by using rshift0.
	(divide):  Zero-extend results if high-order bit set.

From-SVN: r40177
2001-03-01 22:55:33 -08:00
..
awt
convert encodings.pl: Added `ASCII' alias. 2000-11-01 17:00:02 +00:00
io
jni
math Changes merged from Kawa's gnu.math. 2001-03-01 22:55:33 -08:00
protocol
runtime FirstThread.java (Kcert, [...]): New static final fields. 2000-12-12 00:32:02 +00:00
text re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
util
xlib Makefile.am: Added rules for libgcjx library. 2000-10-22 17:46:09 +00:00
RawData.java