Prefer numeric labels over L<digit> labels, as the latter clutter
authorguenther <guenther@openbsd.org>
Wed, 7 Dec 2022 19:26:02 +0000 (19:26 +0000)
committerguenther <guenther@openbsd.org>
Wed, 7 Dec 2022 19:26:02 +0000 (19:26 +0000)
commit5cd8e87fa7cd53a2131a2fe6e6551a2efe02ce90
tree3115084b4f116fd44c270a4666db45f7f7c8da50
parentc05aff73922a79a26e8bbf5327c574754102e6b8
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@
sys/lib/libkern/arch/amd64/bcmp.S
sys/lib/libkern/arch/amd64/bzero.S
sys/lib/libkern/arch/amd64/ffs.S
sys/lib/libkern/arch/amd64/memchr.S
sys/lib/libkern/arch/amd64/memcmp.S
sys/lib/libkern/arch/amd64/memset.S