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]

Re: In which library is __register_frame_info defined??


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.


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