_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
authorguenther <guenther@openbsd.org>
Thu, 8 Dec 2022 02:11:27 +0000 (02:11 +0000)
committerguenther <guenther@openbsd.org>
Thu, 8 Dec 2022 02:11:27 +0000 (02:11 +0000)
commit0ee2ce6736ef33439268a7e79bce705365b9c499
treef2b95589b4c3491e7a156bda4a47604a1a189adc
parent8162193374858e8d7dceca506657f13b21b8be44
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
is ELF" world.  Eliminate use of them in landisk code.

ok deraadt@
13 files changed:
lib/libc/arch/sh/gen/setjmp.S
lib/libc/arch/sh/gen/sigsetjmp.S
lib/libc/arch/sh/sys/brk.S
lib/libc/arch/sh/sys/sbrk.S
sys/arch/landisk/landisk/locore0.S
sys/arch/landisk/stand/boot/srt0.S
sys/arch/landisk/stand/mbr/mbr.S
sys/arch/landisk/stand/xxboot/pbr.S
sys/arch/landisk/stand/xxboot/xxboot.S
sys/arch/sh/include/asm.h
sys/arch/sh/include/locore.h
sys/arch/sh/sh/locore_subr.S
sys/arch/sh/sh/vectors.S