linux-mips build fix

Jakub Jelinek jakub@redhat.com
Thu Sep 12 11:26:00 GMT 2002


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



More information about the Libc-alpha mailing list