CVS kaffe (robilad): don't generate unused zip headers
Kaffe CVS <[email protected]> Wed, 20 Feb 2008 06:30:52 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7763 Date: 2008/02/20 14:29:07 Author: robilad Branch: HEAD Tag: (none) Log: don't generate unused zip headers 2008-02-20 Dalibor Topic <[email protected]> * TODO: Updated. * include/Makefile.am (MAYBE_ZLIB_ZIP_HDRS): Removed unused headers. Members: ChangeLog:1.5263->1.5264 TODO:1.55->1.56 include/Makefile.am:1.145->1.146 include/Makefile.in:1.321->1.322 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5263 kaffe/ChangeLog:1.5264 --- kaffe/ChangeLog:1.5263 Tue Feb 19 03:33:30 2008 +++ kaffe/ChangeLog Wed Feb 20 14:29:07 2008 @@ -1,3 +1,9 @@ +2008-02-20 Dalibor Topic <[email protected]> + + * TODO: Updated. + + * include/Makefile.am (MAYBE_ZLIB_ZIP_HDRS): Removed unused headers. + 2008-02-18 Dalibor Topic <[email protected]> JIT fixes for ARM. Index: kaffe/TODO diff -u kaffe/TODO:1.55 kaffe/TODO:1.56 --- kaffe/TODO:1.55 Sat Feb 16 17:40:10 2008 +++ kaffe/TODO Wed Feb 20 14:29:07 2008 @@ -14,10 +14,6 @@ * Cleanup * Remove KAFFE_CFLAGS - * In config/config-hacks.h: Remove DOUBLE_ORDER_OPPOSITE. - In kaffe/kaffevm/constants.c: Instead of it, check if - NEGATIVE_INFINITY (0xfff0000000000000L) as jdouble is - < 0.0 as a static bool, and only swap in that case. * Remove kaffe's copies of jni.h, jni-md.h, etc. Use GNU Classpath's headers instead. Also remove the config-int.h generation now that we are using C99. * Look into removing the logging.properties file in libraries/javalib. Index: kaffe/include/Makefile.am diff -u kaffe/include/Makefile.am:1.145 kaffe/include/Makefile.am:1.146 --- kaffe/include/Makefile.am:1.145 Wed Jan 2 23:48:24 2008 +++ kaffe/include/Makefile.am Wed Feb 20 14:29:09 2008 @@ -31,10 +31,6 @@ if COND_ZLIB_ZIP MAYBE_ZLIB_ZIP_HDRS = \ - java_util_zip_Adler32.h \ - java_util_zip_CRC32.h \ - java_util_zip_Deflater.h \ - java_util_zip_Inflater.h \ java_util_zip_ZipEntry.h \ java_util_zip_ZipFile.h endif Index: kaffe/include/Makefile.in diff -u kaffe/include/Makefile.in:1.321 kaffe/include/Makefile.in:1.322 --- kaffe/include/Makefile.in:1.321 Sat Feb 2 15:58:14 2008 +++ kaffe/include/Makefile.in Wed Feb 20 14:29:10 2008 @@ -308,10 +308,6 @@ # otherwise it goes into the other one. INSTALL_DERIVED_HDRS = @COND_ZLIB_ZIP_TRUE@MAYBE_ZLIB_ZIP_HDRS = \ -@COND_ZLIB_ZIP_TRUE@ java_util_zip_Adler32.h \ -@COND_ZLIB_ZIP_TRUE@ java_util_zip_CRC32.h \ -@COND_ZLIB_ZIP_TRUE@ java_util_zip_Deflater.h \ -@COND_ZLIB_ZIP_TRUE@ java_util_zip_Inflater.h \ @COND_ZLIB_ZIP_TRUE@ java_util_zip_ZipEntry.h \ @COND_ZLIB_ZIP_TRUE@ java_util_zip_ZipFile.h