gcc/libjava/include
Bryce McKinlay e301621d19 For boehm-gc:
* configure.in: Rename THREADLIB to THREADLIBS.
	* Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
	ensures that we link the correct version of the linuxthreads semaphore
	functions.
	* Makefile.in: Rebuilt.
	* configure: Rebuilt.

	* linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
	list of signals which are not blocked during suspend in the NO_SIGNALS
	case.

For libjava:
	* Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that
	the correct versions of various linuxthreads functions get linked.
	* Makefile.in: Rebuilt.
	* java/lang/natThread.cc (finalize_native): New static function. Call
	_Jv_ThreadDestroyData.
	(initialize_native): Register finalizer for "data".
	* include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype.
	(_Jv_ThreadDestroyData): New prototype.
	* include/win32-threads.h: Ditto.
	* include/no-threads.h: Ditto.
	* posix-threads.cc (_Jv_ThreadInitData): Implement new prototype.
	(_Jv_ThreadDestroyData): New function. Free native thread "data" and
	move mutex and condition variable destroy code from:
	(really_start): ...here.
	(_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED.
	* win32-threads.cc (_Jv_ThreadInitData): Implement new prototype.
	(_Jv_ThreadDestroyData): Implemented.
	* nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t".
	(_Jv_AllocArray): Ditto.

From-SVN: r38557
2000-12-30 12:18:39 +00:00
..
Makefile.am + 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_expect): Define as unused for now. 2000-04-22 17:09:39 +00:00
Makefile.in Makefile.in: Rebuilt. 2000-11-27 04:07:48 +00:00
boehm-gc.h All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
config.h.in natSystem.cc (init_properties): Set user.language and user.region. 2000-11-29 04:53:37 +00:00
default-signal.h Jumbo patch: 2000-05-19 17:55:34 +00:00
i386-signal.h Jumbo patch: 2000-05-19 17:55:34 +00:00
java-assert.h All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
java-chardecomp.h
java-chartables.h
java-cpool.h [multiple changes] 2000-03-26 20:33:04 +00:00
java-insns.h All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
java-interp.h All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
java-props.h natSystem.cc (init_properties): Change sourceware reference to sources.redhat.com. 2000-08-21 06:05:20 +00:00
jni.h * include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270. 2000-06-30 23:09:44 +00:00
jvm.h re GNATS libgcj/341 (Throwable.printStackTrace() isn't working) 2000-10-09 02:54:50 +01:00
jvmpi.h Forgot to add this file before... 2000-04-02 15:41:00 +00:00
name-finder.h name-finder.h: Include <sys/wait.h>. 2000-05-30 23:26:02 +00:00
no-gc.h All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
no-threads.h For boehm-gc: 2000-12-30 12:18:39 +00:00
posix-threads.h For boehm-gc: 2000-12-30 12:18:39 +00:00
posix.h Makefile.in: Rebuilt. 2000-08-02 21:54:04 +00:00
ppc-signal.h ppc-signal.h: New file. 2000-05-16 14:38:21 +00:00
sparc-signal.h re GNATS libgcj/261 (Macro-inconsistency) 2000-06-16 15:52:24 +00:00
stamp-h.in
win32-signal.h re GNATS libgcj/261 (Macro-inconsistency) 2000-06-16 15:52:24 +00:00
win32-threads.h For boehm-gc: 2000-12-30 12:18:39 +00:00