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

m68k exception handling


Hello!

I built an environment for my 68020 board using gcc-4.0.2 and
newlib-1.13.0. Everything seems good, but the exception handling is not
working.
If I throw anything, the program exits.
Do I need to call any initializer functions to make it work?
Can anybody explain me how the catchpoint is found?

I have a step-by-step trace list of the all procedure (from 'try...' to
the exit() call), I can send it, but it is large. At least I could not
find the way to the catchpoint in this list. :-(

Thanks in advance,
Gyorgy Kovesdi



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