Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/arch/powerpc/sys



On Sat, Feb 01, 2014 at 08:26:21PM +0000, Matt Thomas wrote:
 > Modified Files:
 >      src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S
 > 
 > Log Message:
 > Since powerpc passes 8 arguments in registers and the syscall number in r0,
 > shuffle register argument so the kernel won't need to access the stack to
 > retrieve that last argument.
 >
 > +STRONG_ALIAS(syscall, __syscall)

Shouldn't that be weak?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index