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]

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


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