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 dholl...@netbsd.org