javaprims.h ("Java"): Remove FirstThread.

2000-03-08  Anthony Green  <green@redhat.com>

	* gcj/javaprims.h ("Java"): Remove FirstThread.

From-SVN: r32349
This commit is contained in:
Anthony Green 2000-03-05 22:31:02 +00:00 committed by Anthony Green
parent 6cc964322f
commit 008b7307cb
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,20 @@
2000-03-08 Anthony Green <green@redhat.com>
* gcj/javaprims.h ("Java"): Remove FirstThread.
* 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.
2000-03-05 Warren Levy <warrenl@cygnus.com>
* java/net/DatagramSocket.java(DatagramSocket(int,InetAddress)):

View file

@ -119,7 +119,6 @@ extern "Java"
class Error;
class Exception;
class ExceptionInInitializerError;
class FirstThread;
class Float;
class IllegalAccessError;
class IllegalAccessException;