OpenGrok
Cross Reference: ffs.S
xref
: /
src
/
common
/
lib
/
libc
/
arch
/
m68k
/
string
/
ffs.S
Home
|
History
|
Annotate
|
Download
|
only in
string
History log of
/src/common/lib/libc/arch/m68k/string/ffs.S
Revision
Date
Author
Comments
1.8
10-Mar-2020
rin
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.
1.7
09-Mar-2020
rin
Add missing END() for coldfire.
1.6
07-Sep-2013
chs
branches: 1.6.26;
switch to ELF naming for local labels.
1.5
18-Jul-2013
matt
Adjust for Coldfire
1.4
16-Jul-2013
matt
branches: 1.4.2;
Add END(func)
Fix some straggling %r@<eol> to (%r)
1.3
16-Jul-2013
matt
Convert to normal Motorola syntax for addressing.
%r@ -> (%r)
%r@- -> -(%r)
%r@+ -> (%r)+
%r@(n) n(%r)
etc.
No object differences.
1.2
09-Jul-2011
mrg
branches: 1.2.2; 1.2.8;
add a weak alias for __ffssi2
1.1
20-Dec-2005
christos
Merge libkern + libc common files. As requested by core.
1.2.8.1
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.2.2.1
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.4.2.1
23-Jul-2013
riastradh
sync with HEAD
1.6.26.3
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.6.26.2
21-Apr-2020
martin
Sync with HEAD
1.6.26.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Tue Sep 30 20:09:53 GMT 2025