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]

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.


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