This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
frame unwind info
- From: Halldór Ísak Gylfason <halldori at ru dot is>
- To: <gcc at gcc dot gnu dot org>
- Date: Wed, 3 Apr 2002 11:50:42 -0000
- Subject: frame unwind info
Hello
I am moving some code involving exceptions into the Linux Kernel. So far
everything is working except that when the function __throw tries to
find frame state for itself it doesn't find anything. The problem is
that no frame unwind info is generated for __throw. I compiled __throw
with gcc rather then g++ because g++ did not recognize the builtin
functions used in __throw. However gcc does not generate any frame
unwind info (which by the way is in the right place in _eh.o). How can I
make gcc generate frame unwind info?
Best Regards
Halldor Isak Gylfason
halldori@ru.is