gcc/libjava/java
Anthony Green 6cc964322f configure.host: Fix __NO_MATH_INLNES botch.
* configure.host: Fix __NO_MATH_INLNES botch.

	* Makefile.in: Rebuilt.
	* Makefile.am (nat_source_files): Move natFirstThread.cc.
	(gnu/gcj/runtime/FirstThread.h): Moved.
	(ordinary_java_source_files): Move FirstThread.java.
	* prims.cc: Deal with FirstThread movement.
	(JvRunMain): Ditto.
	(_Jv_RunMain): Ditto.

	* gnu/gcj/runtime/FirstThread.java: Moved from java/lang.
	* gnu/gcj/runtime/natFirstThread.cc: Ditto.

From-SVN: r32348
2000-03-05 22:26:30 +00:00
..
awt
io File.java (File(String, String)): For dirPath, treat an empty String the same as `null'. 2000-02-27 10:43:47 +00:00
lang configure.host: Fix __NO_MATH_INLNES botch. 2000-03-05 22:26:30 +00:00
math BigInteger.java (ival): Made private. 2000-02-25 04:00:09 +00:00
net DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses. 2000-03-05 09:01:16 +00:00
security
text
util ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect casting of a long to an int. 2000-02-29 17:08:00 +00:00