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: GCC 3.3 MingW Crossed-Native Build Suceeded! (Woo hoo!)


Erik Poupaert wrote:
> For a starters, the bug "throwing exceptions across libffi" has disappeared.

I don't think it has disappeared - AFAICT, it is because we do not have
a DWARF2 Frame Description Entry (FDE) for the functions defined in 
"libffi/src/x86/win32.S", without which the DWARF2 unwinder in GCC
aborts the program. This should disappear if we either provide such 
information or use SJLJ instead.

Ranjit.

-- 
Ranjit Mathew        Email: rmathew AT hotmail DOT com
Bangalore,           
INDIA.               Web: http://ranjitmathew.tripod.com/


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