Re: How to get a backtrace from a C module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alex,

As I understand it, libgcc_s.so.1 is not the GNU C Library, rather it is the
GCC Support library, containing things like soft float, abort, pow,
trampoline support, stack unwinding, malloc/calloc/free, strlen, and perhaps
other stuff (depending on platform).

Keep in mind that the GNU C Library (glibc) is a separate project from GNU
Compiler Collection (GCC).

--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux