CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2022/12/03 08:02:30
Modified files: sys/arch/riscv64/include: asm.h lib/libc/arch/riscv64/sys: brk.S sbrk.S Log message: Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 NB for "No Binding". This gets us rid of clang-13 warnings about a global symbol redefined as weak. Mostly a copy of what guenther@ already implemented on other archs. ok guenther@ tb@