diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 16:45:11 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 16:45:11 +0000 |
commit | 1ab1abbc80edd88d7d6e8d8b8401370cd6a3f766 (patch) | |
tree | a54f7fc855dc962968ba459fc5ba42c878180df3 /libjava/ChangeLog | |
parent | 27928b9a264dfc6c6e5e700f10a9c6a140889cc2 (diff) | |
download | gcc-1ab1abbc80edd88d7d6e8d8b8401370cd6a3f766.tar.gz |
* include/quick-threads.h (_Jv_ThreadCancel): Removed.
(_Jv_ThreadDestroy): Likewise.
* include/no-threads.h (_Jv_ThreadCancel): Removed.
(_Jv_ThreadDestroy): Likewise.
* include/posix-threads.h (struct _Jv_Thread_t): Removed
`exception' field.
(_Jv_ThreadCancel): Removed decl.
(_Jv_ThreadDestroy): Removed.
* posix-threads.cc (_Jv_ThreadCancel): Removed.
(throw_cleanup): Removed.
(really_start): Don't push or pop cleanup.
(_Jv_ThreadInitData): Don't initialize `exception' field.
* java/lang/Thread.java (stop): Officially unimplemented.
* java/lang/natThread.cc (stop): Officially unimplemented.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 012848ee3a8..b1107ffe40e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,20 @@ +1999-11-04 Tom Tromey <tromey@cygnus.com> + + * include/quick-threads.h (_Jv_ThreadCancel): Removed. + (_Jv_ThreadDestroy): Likewise. + * include/no-threads.h (_Jv_ThreadCancel): Removed. + (_Jv_ThreadDestroy): Likewise. + * include/posix-threads.h (struct _Jv_Thread_t): Removed + `exception' field. + (_Jv_ThreadCancel): Removed decl. + (_Jv_ThreadDestroy): Removed. + * posix-threads.cc (_Jv_ThreadCancel): Removed. + (throw_cleanup): Removed. + (really_start): Don't push or pop cleanup. + (_Jv_ThreadInitData): Don't initialize `exception' field. + * java/lang/Thread.java (stop): Officially unimplemented. + * java/lang/natThread.cc (stop): Officially unimplemented. + 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h |