This is the mail archive of the gcc-help@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: How to get a backtrace from a C module


Thank you very much all for the replies.
I can see the 'error' of my ways :-)
Will look further into this...



John Love-Jensen wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-get-a-backtrace-from-a-C-module-tf2740773.html#a7684463
Sent from the gcc - Help mailing list archive at Nabble.com.


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