This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
m68k exception handling
- From: Kövesdi György <gyorgy dot kovesdi at evosoft dot hu>
- To: gcc at gnu dot org
- Date: Tue, 22 Nov 2005 17:05:34 +0100
- Subject: 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