In which library is __register_frame_info defined??

Andrew Haley aph@redhat.com
Fri Jul 7 14:39:00 GMT 2006


jacob navia writes:
 > 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

prefix/lib64/libgcc_s.so.1; but you shouldn't specify this library because
gcc always links it.

Andrew.



More information about the Gcc mailing list