CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/02 05:27:08
Modified files:
sys/arch/riscv64/include: asm.h
sys/arch/riscv64/riscv64: cpuswitch.S exception.S locore.S
lib/libc/arch/riscv64: SYS.h
lib/libc/arch/riscv64/sys: brk.S sbrk.S
Log message:
Drop _C_LABEL() uses in riscv64-specific code
_C_LABEL() was useful in the a.out->ELF transition days, way before
RISC-V was a thing.
Also drop uses of _ASM_LABEL() while here, suggested by guenther@
ok guenther@
