[patch] Fix oddity in personality routine

Jack Howarth howarth@bromo.med.uc.edu
Fri Dec 4 15:23:00 GMT 2009


On Fri, Dec 04, 2009 at 02:59:43PM +0000, Andrew Haley wrote:
> 
> >      I suspect we may have a layered problem here and need
> > to work through each section. This weekend, I do some additional
> > builds to verify that the crash debugs to the same locations
> > in both darwin9 and darwin10 with and without the proposed
> > patch to pass -Wl,-allow_stack_execute on GCJLINK.
> 
> Right.
> 

Andrew,
   Just to double check, you do agree that everything linked with 
GCJLINK should be passed -Wl,-allow_stack_execute on darwin9/darwin10?
I am a bit confused by the criteria used to determine which java binaries
need the ld flag for -allow_stack_execute. If the a shared library contains
code that needs to execute on the stack (libgcj) shouldn't any executable
that links in that shared lib use the -allow_stack_execute ld flag?
                Jack



More information about the Java mailing list