History log of /netbsd-src/common/lib/libc/arch/m68k/string/ffs.S (Results 1 – 8 of 8)
Revision Date Author Comments
# 880f1047 10-Mar-2020 rin <rin@NetBSD.org>

For kernel, rename ffs to __ffssi2 rather than having a weak symbol.
This enables us to load modules depended to __ffssi2.

It is difficult to deal with weak symbols consistently in in-kernel
linker.

For kernel, rename ffs to __ffssi2 rather than having a weak symbol.
This enables us to load modules depended to __ffssi2.

It is difficult to deal with weak symbols consistently in in-kernel
linker. See explanation by pgoyette on tech-kern:

http://mail-index.netbsd.org/tech-kern/2020/03/09/msg026148.html

Also, we do not currently provide ffs(9) as a kernel routine.

show more ...


# ee127cc5 09-Mar-2020 rin <rin@NetBSD.org>

Add missing END() for coldfire.


# 18ec38ea 07-Sep-2013 chs <chs@NetBSD.org>

switch to ELF naming for local labels.


# 1d398a17 18-Jul-2013 matt <matt@NetBSD.org>

Adjust for Coldfire


# 65726deb 16-Jul-2013 matt <matt@NetBSD.org>

Add END(func)
Fix some straggling %r@<eol> to (%r)


# 07a0a325 16-Jul-2013 matt <matt@NetBSD.org>

Convert to normal Motorola syntax for addressing.
%r@ -> (%r)
%r@- -> -(%r)
%r@+ -> (%r)+
%r@(n) n(%r)
etc.
No object differences.


# 046047ef 09-Jul-2011 mrg <mrg@NetBSD.org>

add a weak alias for __ffssi2


# 37c9f0a6 20-Dec-2005 christos <christos@NetBSD.org>

Merge libkern + libc common files. As requested by core.