This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin*
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 15 Nov 2009 22:52:05 -0000
- Subject: [Bug java/41991] gcj segfaults on i686-apple-darwin* and x86_64-apple-darwin*
- References: <bug-41991-11113@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from howarth at nitro dot med dot uc dot edu 2009-11-15 22:52 -------
Comparing the linkages of ecjx and gij on x86_64-apple-darwin10 with your
patch, one thing I did notice is that there is a slight difference in the link
flags. The ecjx linkage is passed -findirect-dispatch but not -shared-libgcc
while the linkage of gij is passed -shared-libgcc but not -findirect-dispatch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991