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 Feb 2, 2014, at 2:19 PM, David Holland
<dholland-sourcechanges%netbsd.org@localhost> 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.
Home |
Main Index |
Thread Index |
Old Index