summaryrefslogtreecommitdiff
path: root/libjava
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2002-02-05 00:38:02 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-02-05 00:38:02 -0800
commit7a97f559c5d4ceb87ecf936034e732e0ce835c5d (patch)
treed46000e2f00ee5949c0f2b5d4320b31376132580 /libjava
parent8f909017bf9194506bde70cc5ddeca6d5c14fd45 (diff)
downloadgcc-7a97f559c5d4ceb87ecf936034e732e0ce835c5d.tar.gz
* Makefile.in: Undo munging last change.
From-SVN: r49519
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog36
-rw-r--r--libjava/Makefile.in1
2 files changed, 21 insertions, 16 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index c8a8fb9a332..a7e327d2a93 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,23 +1,27 @@
+2002-02-05 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in: Undo munging last change.
+
2002-02-04 Adam Megacz <adam@xwt.org>
* win32.cc: Created it.
- configure.in: Added PLATFORM_SPECIFIC_SOURCES,
- which is set to posix.cc or win32.cc.
- Makefile.am: Updated it to use $(PLATFORM_SPECIFIC_SOURCES).
+ * configure.in: Added PLATFORM_SPECIFIC_SOURCES,
+ which is set to posix.cc or win32.cc.
+ * Makefile.am: Updated it to use $(PLATFORM_SPECIFIC_SOURCES).
2002-02-04 Adam Megacz <adam@xwt.org>
- * configure.in: Corrected mingw case branches; added * before
- and after.
+ * configure.in: Corrected mingw case branches; added * before
+ and after.
2002-02-04 Adam Megacz <adam@xwt.org>
- * configure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec
- if compiling for win32
+ * configure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec
+ if compiling for win32
2002-02-04 Adam Megacz <adam@xwt.org>
- * win32-threads.cc: #undef STRICT after gc.h inclusion
+ * win32-threads.cc: #undef STRICT after gc.h inclusion
2002-02-02 Tom Tromey <tromey@redhat.com>
@@ -51,17 +55,17 @@
2002-02-01 Adam Megacz <adam@xwt.org>
- * win32-threads.cc:
- (_Jv_CondWait, _Jv_CondNotify, _Jv_CondNotifyAll): Corrected
- wait() algorithm to make it safe.
- (ensure_condvar_initialized, _Jv_CondInit, _Jv_CondDestroy):
- Added lazy creation of Win32 Events for better performance
- (really_start): This now uses GC_CreateThread so boehm-gc
- knows about new threads even when statically linked.
+ * win32-threads.cc:
+ (_Jv_CondWait, _Jv_CondNotify, _Jv_CondNotifyAll): Corrected
+ wait() algorithm to make it safe.
+ (ensure_condvar_initialized, _Jv_CondInit, _Jv_CondDestroy):
+ Added lazy creation of Win32 Events for better performance
+ (really_start): This now uses GC_CreateThread so boehm-gc
+ knows about new threads even when statically linked.
2002-02-01 Adam Megacz <adam@xwt.org>
- * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to
+ * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to
enable safer wait() algorithm.
(_Jv_CondWait, _Jv_CondInit, _Jv_CondDestroy, _Jv_CondNotify,
_Jv_CondNotifyAll): Implementations moved to win32-threads.cc.
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index e5e1c9b80dd..8b0c0609cd5 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -103,6 +103,7 @@ OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PERL = @PERL@
+PLATFORM_SPECIFIC_SOURCES = @PLATFORM_SPECIFIC_SOURCES@
RANLIB = @RANLIB@
STRIP = @STRIP@
SYSDEP_SOURCES = @SYSDEP_SOURCES@