CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/07 12:26:02
Modified files:
sys/lib/libkern/arch/amd64: bcmp.S bzero.S ffs.S memchr.S
memcmp.S memset.S
Log message:
Prefer numeric labels over L<digit> labels, as the latter clutter
the final kernel symbol table.
Add END()s to match ENTRY()s.
ok deraadt@
