OSDN Git Service

* testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Updated.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index c1b1a5b..48a36b6 100644 (file)
@@ -1,3 +1,58 @@
+2004-12-20  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Updated.
+       * testsuite/libjava.verify/verify.exp (gcj_verify_run): Updated.
+       * testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Updated.
+       * testsuite/lib/libjava.exp (libjava_find_spec): Don't use
+       get_multilibs.
+       (libjava_find_gij): Likewise.  Changed return result if gij not
+       found.
+       (test_libjava_from_javac): Updated.
+
+       PR java/15001
+       * testsuite/libjava.jni/iface.c: New file.
+       * testsuite/libjava.jni/iface.out: New file.
+       * testsuite/libjava.jni/iface.java: New file.
+
+2004-12-19  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * include/config.h.in: Regenerate.
+
+2004-12-10  Andrew Haley  <aph@redhat.com>
+
+       PR java/15001
+       * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Look up
+       abstract methods by name.
+
+2004-12-08  Ranjit Mathew  <rmathew@hotmail.com>
+
+       * java/util/IdentityHashMap.java (put): Replace mistaken use
+       of "<<" by "*".
+
+2004-12-06  Tom Tromey  <tromey@redhat.com>
+
+       For PR java/14853:
+       * testsuite/libjava.compile/PR14853.java: New file.
+       * testsuite/libjava.compile/PR14853.xfail: New file.
+
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       PR libgcj/7305
+       * configure.ac: Use TL_AC_GXX_INCLUDE_DIR.
+       * Makefile.am (install-data-local): Install headers into 
+       $(gxx_include_dir) rather than $(includedir).
+       (AM_MAKEFLAGS): Pass down gxx_include_dir.
+       * gcj/Makefile.am (gcjdir): Set to $(gxx_include_dir)/gcj.
+       * include/Makefile.am (tool_include__HEADERS): Define this...
+       (include_HEADERS): ...instead of this.
+       * configure, aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
+       * include/Makefile.in, testsuite/Makefile.in: Regenerate.
+
+2004-12-02  Tom Tromey  <tromey@redhat.com>
+
+       For PR java/16675:
+       * testsuite/libjava.compile/PR16675.java: New file.
+
 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
 
        * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.