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]

[PATCH] Complete PPC INLINE_SYSCALL macro


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.

Build&check with this patch completed without problems.

Franz.

	* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
	Add missing bits.

Attachment: glibc-ppc-inline_syscall.patch
Description: Text document


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