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: build failure


On Sat, Jan 04, 2003 at 12:50:02AM +0100, Jakub Jelinek wrote:
> Does the following patch fix it?
> It doesn't fail on IA-32/x86-64/IA-64, because
> apparently rtld-alloca-cutoff.os is not compiled at all on those arches.
> Wonder what object sucks it in.

No longer wonder. I think it is writev. And alloca-cutoff.c is not needed
in ld.so on IA-32/x86-64/IA-64/sparc/sparc64 because it has INTERNAL_SYSCALL
macro implemented, while Alpha does not.
That one would be good to have...

	Jakub


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