diff options
| author | kseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-19 14:10:02 +0000 |
|---|---|---|
| committer | kseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-19 14:10:02 +0000 |
| commit | 8eaf21c5ad0316f8dd1ad269056c2aab80b31f1b (patch) | |
| tree | cba1686875bb38c64a587e119f6080157e135309 /libjava/ChangeLog | |
| parent | 650928847696f8967e2b56a88526d117727a9c86 (diff) | |
| download | ppe42-gcc-8eaf21c5ad0316f8dd1ad269056c2aab80b31f1b.tar.gz ppe42-gcc-8eaf21c5ad0316f8dd1ad269056c2aab80b31f1b.zip | |
* include/posix-threads.h (_Jv_ThreadDebugSuspend): Declare.
(_Jv_ThreadDebugResume): Declare.
(_Jv_ThreadDebugSuspendCount): Declare.
* posix-threads.cc (_Jv_ThreadDebugSuspend): New function.
(_Jv_ThreadDebugSuspendCount): New function.
(_Jv_ThreadDebugResume): New function.
* include/win32-threads.h (_Jv_ThreadDebugSuspend): Declare.
(_Jv_ThreadDebugResume): Declare.
(_Jv_ThreadDebugSuspendCount): Declare.
* win32-threads.cc (_Jv_ThreadDebugSuspend): New function.
(_Jv_ThreadDebugSuspendCount): New function.
(_Jv_ThreadDebugResume): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114769 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 211e3a4e5d9..e67b5f88878 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,20 @@ +2006-06-19 Keith Seitz <keiths@redhat.com> + + * include/posix-threads.h (_Jv_ThreadDebugSuspend): Declare. + (_Jv_ThreadDebugResume): Declare. + (_Jv_ThreadDebugSuspendCount): Declare. + * posix-threads.cc (_Jv_ThreadDebugSuspend): New function. + (_Jv_ThreadDebugSuspendCount): New function. + (_Jv_ThreadDebugResume): New function. + + * include/win32-threads.h (_Jv_ThreadDebugSuspend): Declare. + (_Jv_ThreadDebugResume): Declare. + (_Jv_ThreadDebugSuspendCount): Declare. + * win32-threads.cc (_Jv_ThreadDebugSuspend): New function. + (_Jv_ThreadDebugSuspendCount): New function. + (_Jv_ThreadDebugResume): New function. + + 2006-06-16 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't |

