This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: xscale-elf-gcj status: looking good


Anthony Green wrote:

>BTW - I thought arm targets didn't use sjlj eh anymore, but it looks
>like that's what is being configured.
>

I believe that for Java, you must use sjlj eh unless there is either 
some platform-specific code to turn signals into NullPointerExceptions, 
or you have -fcheck-references enabled.

For dwarf2 exceptions the hard part seems to be unwinding the signal 
handling frame. For a raw embedded target I guess that problem might not 
exist since you may be able to avoid setting up the signal frame in the 
first place?

regards

Bryce.



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