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: [PATCH] Complete PPC INLINE_SYSCALL macro


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


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