This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: [PATCH] Support backtrace () on IA-64, make it work even with-fomit-frame-pointer on AMD64


Jakub Jelinek wrote:


> 2003-10-03  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* sysdeps/ia64/backtrace.c: New file.
> 	* sysdeps/x86_64/backtrace.c: New file.

Doesn't work for me on ia64 with gcc 3.2.  At link time libgcc_eh.a and
the unwind functions in libc collide.

To make things compile in the first place I had to extend unwind.h with
at least the type definition of _Unwind_Trace_Fn.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------


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