[PATCH] Complete PPC INLINE_SYSCALL macro

Jakub Jelinek jakub@redhat.com
Tue Sep 24 13:55:00 GMT 2002


On Tue, Sep 24, 2002 at 10:45:51PM +0200, Franz Sirl wrote:
> Hi,
> 
> after comparing the INLINE_SYSCALL macro with the stuff we have in 
> asm/unistd.h, I noticed a few missing bits. Main thing are the missing 
> register clobbers which may lead to subtle bugs.

Doesn't look right. E.g. with INLINE_SYSCALL(name, 2, ...) you
have r4 both in clobbers and as input which is not allowed.

	Jakub



More information about the Libc-alpha mailing list