This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: libc broken on alpha - 2002-04-09 Ulrich Drepper <drepper@redhat.com>


On Mon, Apr 15, 2002 at 09:44:43AM -0500, Matthew Bemis wrote:
> Sorry about the previous
> the previous email stating libc was broken on alpha is still true, but there is now
> a new problem
> 

The current libc is broken on many platforms duee to the __xxx_internal
changes. The problems I have seen so far are

1. Some platforms, like alpha, long double == double.
2. Some platforms, like alpha, xstat64 = xstat.
3. One library function can be implemented as .S, .c or a direct system
call. "connect" is one example. Not all variations are modified for
the __xxx_internal changes.

I will leave them to Ulrich to decide how to deal with them.


H.J.


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