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


On Wed, Jun 14, 2000 at 10:56:01AM -0700, Ulrich Drepper wrote:
> 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.  We would have done it like
> this for the other architectures as well if glibc 2.0 would have had
> versioning support.
> 
> Oh, what about SPARC64?

Although it will be quite a lot of hassle to me, I'd think we should not
export in on sparc64 either.
But if we hide it there, then we should as well go for GLIBC_2.2 being the
first supported version on sparc64 (I have not done that because I wanted to
keep my debugger/compiler and other 64bit stuff running, but I'll probably
just keep the older glibc somewhere around and use LD_LIBRARY_PATH until I
recompile everything and even then from time to time if I'll be chasing
which gcc versions broke certain testcases).

	Jakub

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