This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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] |
gcc 3.2-3 used Dwarf2 exceptions, which worked most of the time. (In fact, I don't recall any bug reports at all on cygwin list). But it didn't work with w32api callbacks, nor with some combinations of compiler switches (notably -mcpu=i586 or -mno-accumulate-outgoing-args and -fomit-frame-pointer).
cygwin gcc-3.3.1 uses setjmp-longjmp exception mechanism, mingw does too and has done since gcc-3.2.1.
The two undefined references are Dwarf2 specific. The corresponding SjLj symbols are __gxx_personality_sj0 and __Unwind_SjLj_Resume.
-- Chuck
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |