diff options
author | Jan Nijtmans <nijtmans@users.sourceforge.net> | 2007-06-28 19:35:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-06-28 19:35:25 +0000 |
commit | c9640b919d6b96fc42820f7876292c3af260f030 (patch) | |
tree | cd2487f380163aa8e77de5603d31de41e737e555 /libjava/ChangeLog | |
parent | 83f4c19f6781c69d5dd8069118e86d4cd2653f4d (diff) | |
download | gcc-c9640b919d6b96fc42820f7876292c3af260f030.zip gcc-c9640b919d6b96fc42820f7876292c3af260f030.tar.gz gcc-c9640b919d6b96fc42820f7876292c3af260f030.tar.bz2 |
re PR libgcj/30999 (support for GCC4.0's fvisibility option in JNIEXPORT macro)
2007-06-28 Jan Nijtmans <nijtmans@users.sourceforge.net>
PR libgcj/30999:
* jni_md.h: Add the possibility to compile jni code with.
-fvisibility=hidden. This causes all symbols to be hidden
except the JNI functions which need to be exported.
From-SVN: r126090
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 5189d15..c6db9fb 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,10 @@ +2007-06-28 Jan Nijtmans <nijtmans@users.sourceforge.net> + + PR libgcj/30999: + * jni_md.h: Add the possibility to compile jni code with. + -fvisibility=hidden. This causes all symbols to be hidden + except the JNI functions which need to be exported. + 2007-06-28 Andreas Tobler <a.tobler@schweiz.org> * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass |