This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/41372] New: Symbols in shared library compiled from jar/classes should not be local with -findirect-dispatch
- From: "yuri at tsoft dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 16 Sep 2009 09:39:46 -0000
- Subject: [Bug java/41372] New: Symbols in shared library compiled from jar/classes should not be local with -findirect-dispatch
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I compile jar into shared library all symbols become local when
-findirect-dispatch is specified. Local symbols can't be found by dlsym.
-findirect-dispatch options shouldn't change symbols from global to local since
external callers may choose to import them regardless of this option.
--
Summary: Symbols in shared library compiled from jar/classes
should not be local with -findirect-dispatch
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: yuri at tsoft dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41372