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: linux-mips build fix


On Thu, Sep 12, 2002 at 08:21:57PM +0200, Franz Sirl wrote:
> Hmm, I haven't checked yet, but if the Makefile in sysdeps/wordsize-32/ is 
> used, is it still assured that it prefers and uses 
> sysdeps/powerpc/powerpc32/divdi3.c on ppc32?

Sure, those Makefile hunks just add divdi3 into sysdep_routines.
Where is divdi3 located is a vpath question which is unrelated.

> BTW, can't we INTDEF and hide all 4 divdi3 routines?

INTDEF doesn't hide __divdi3, it adds a __divdi3_internal alias (the
more recent version of this is libc_hidden_proto() and libc_hidden_def())
which is hidden, so it is something else than what ppc32 does.

	Jakub


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