From 1a5eacbb53db655b3b1e82d9597cdd623aeacebe Mon Sep 17 00:00:00 2001 From: bryce Date: Fri, 30 Nov 2001 03:04:01 +0000 Subject: * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not libgcj.jar. (nat_files, x_nat_files): Build native files in subdirectories using the same dependency options as the java files. (gnu/gcj/runtime/FirstThread.h): Remove explicit rule and friend declarations. * configure.in: Put dependencies for .cc files in deps.mak. * Makefile.in: Rebuilt. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47471 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 2969f0f4783..7c59b118d13 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,15 @@ +2001-11-30 Bryce McKinlay + + * Makefile.am (nat_headers, x_nat_headers): Depend on .class files, not + libgcj.jar. + (nat_files, x_nat_files): Build native files in subdirectories using + the same dependency options as the java files. + (gnu/gcj/runtime/FirstThread.h): Remove explicit rule and friend + declarations. + * configure.in: Put dependencies for .cc files in deps.mak. + * Makefile.in: Rebuilt. + * configure: Rebuilt. + 2001-11-25 Tom Tromey Fix for PR libgcj/2024, plus other class name cleanups: @@ -37,6 +49,7 @@ * java/math/BigDecimal.java (BigDecimal(double)): Rewrote. (BigDecimal(String)): Likewise. +>>>>>>> 1.1022 2001-11-19 Tom Tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]: -- cgit v1.2.3