diff options
| author | Tom Tromey <tromey@redhat.com> | 2001-05-24 18:03:47 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-05-24 18:03:47 +0000 |
| commit | cf6b8de459f1da85529f8dabb38ef2d24a4e23ed (patch) | |
| tree | be45c4f57f8065582a6a5b984e58d9ca2057eff6 /libjava/ChangeLog | |
| parent | 0fff42224259393ee1d0631f446581e48aede6e5 (diff) | |
| download | gcc-cf6b8de459f1da85529f8dabb38ef2d24a4e23ed.tar.gz gcc-cf6b8de459f1da85529f8dabb38ef2d24a4e23ed.tar.bz2 gcc-cf6b8de459f1da85529f8dabb38ef2d24a4e23ed.zip | |
configure.in: Only allow hash synchronization when POSIX threads are enabled.
* configure.in: Only allow hash synchronization when POSIX threads
are enabled.
* java/lang/natObject.cc (alloc_heavy): Properly find `init' field
of sync info object.
From-SVN: r42530
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 94b636dd60b..cabec91793d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,10 @@ +2001-05-24 Tom Tromey <tromey@redhat.com> + + * configure.in: Only allow hash synchronization when POSIX threads + are enabled. + * java/lang/natObject.cc (alloc_heavy): Properly find `init' field + of sync info object. + 2001-05-23 Tom Tromey <tromey@redhat.com> * Makefile.in: Rebuilt. |
