Module Name:src
Committed By: rin
Date: Tue Mar 10 08:15:44 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
For kernel, rename ffs to __ffssi2 rather than having a weak symbol.
This enables us to load modules depended to __ffssi2.
It is d
Module Name:src
Committed By: rin
Date: Mon Mar 9 13:36:10 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
Add missing END() for coldfire.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/m68k/string/
Module Name:src
Committed By: matt
Date: Fri Jul 19 16:42:12 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/string: memset.S strcmp.S strncmp.S
Log Message:
With these changes, they now produce identical binary as before the coldfire
changes.
To generate a diff o
Module Name:src
Committed By: mrg
Date: Sat Jul 9 14:57:29 UTC 2011
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
add a weak alias for __ffssi2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/m68k/string/ff