]> git.ipfire.org Git - thirdparty/gcc.git/commit
For PR libgcj/5103:
authorTom Tromey <tromey@redhat.com>
Sun, 16 Dec 2001 22:33:02 +0000 (22:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 16 Dec 2001 22:33:02 +0000 (22:33 +0000)
commit04942eac9b0d10067418038e746428703d17035c
tree64e32591f27a799f39718a3672ec5eecb78f0e4c
parent68940f3f3c1c6011be4434d30e1e1f8548be7b7d
For PR libgcj/5103:

* include/jvm.h (__GCJ_JNI_IMPL__): Define.
* include/config.h.in: Rebuilt.
* configure: Rebuilt.
* configure.in: Define JV_HAVE_INTTYPES_H if inttypes.h found.
Added comment for HAVE_DLOPEN to avoid autoheader error.
* gcj/libgcj-config.h.in (JV_HAVE_INTTYPES_H): Added.
* include/jni.h: Include <gcj/libgcj-config.h>.  Don't include
CNI-specific headers if we are compiling ordinary JNI code with a
C++ compiler.  Include <inttypes.h> and JNIWeakRef.h when
appropriate.
* jni.cc: Don't include JNIWeakRef.h.

From-SVN: r48082
libjava/ChangeLog
libjava/configure
libjava/configure.in
libjava/gcj/libgcj-config.h.in
libjava/include/config.h.in
libjava/include/jni.h
libjava/include/jvm.h
libjava/jni.cc