On Feb 2, 2014, at 2:19 PM, David Holland <dholland-sourcechan...@netbsd.org> 
wrote:

> 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?

it wasn't a weak symbol before.

Reply via email to