From cdf87ecb60ea10a9ad40d41477849ab385d075d5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 9 Nov 2004 22:42:01 +0000 Subject: [PATCH] * include/jni.h: Added FIXME. From-SVN: r90370 --- libjava/ChangeLog | 4 ++++ libjava/include/jni.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 750f1905a045..de9139611391 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2004-11-09 Tom Tromey + + * include/jni.h: Added FIXME. + 2004-11-08 Tom Tromey * java/util/GregorianCalendar.java: Removed unused imports. diff --git a/libjava/include/jni.h b/libjava/include/jni.h index 7765d3d66de7..acffa97fd98a 100644 --- a/libjava/include/jni.h +++ b/libjava/include/jni.h @@ -44,7 +44,9 @@ typedef struct _Jv_JavaVM JavaVM; # ifdef __GNUC__ /* If we're using gcc, we can use a platform-independent scheme to get - the right integer types. */ + the right integer types. FIXME: this is not always correct, for + instance on the c4x it will be wrong -- it depends on whether + QImode is 8 bits. */ typedef int jbyte __attribute__((__mode__(__QI__))); typedef int jshort __attribute__((__mode__(__HI__))); typedef int jint __attribute__((__mode__(__SI__))); -- 2.43.5