This is the mail archive of the libc-hacker@sourceware.cygnus.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]

Re: _*frame_* functions in glibc


Ulrich Drepper <drepper@redhat.com> writes:

|> We should probably move the _*frame_* function from libgcc which glibc
|> re-exports from csu/Versions to architecture specific Versions files.
|> The reason is that we should not have to make the same mistake for new
|> architecture (ia64 and SH in the moment).  This way these new
|> platforms can do it right from the start.

But how do you solve the problem of multiple occurences of the *frame*
functions?  If you don't export them then it is impossible for libc to
register the unwind information.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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