This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
In which library is __register_frame_info defined??
- From: jacob navia <jacob at jacob dot remcomp dot fr>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 07 Jul 2006 16:14:19 +0200
- Subject: In which library is __register_frame_info defined??
Hi
I want to use the function
__register_frame_info
to dynamically register DWARF2 unwind frames.
Where is the library I should link with??
Environment: linux 64 bits
Thanks in advance
Jacob
P.S. I have posted some messages here before, concerning this problem.
I had to do a long rewriting of the code generator to adapt it better
to the style of code used in lcc64. This done, I have figured out the
format of the DWARF2 eh_frame stuff, and now I generate that
stuff dynamically.
Now, the only thing left is to pass it to __register_frame_info.