This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/30999] support for GCC4.0's fvisibility option in JNIEXPORT macro



------- Comment #3 from tromey at gcc dot gnu dot org  2007-06-28 19:35 -------
Subject: Bug 30999

Author: tromey
Date: Thu Jun 28 19:35:25 2007
New Revision: 126090

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126090
Log:
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.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/include/jni_md.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30999


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]