Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64
authorjca <jca@openbsd.org>
Sat, 3 Dec 2022 15:02:30 +0000 (15:02 +0000)
committerjca <jca@openbsd.org>
Sat, 3 Dec 2022 15:02:30 +0000 (15:02 +0000)
commitabb018e1e46a23269c067b4dcb910c5a532c13e5
tree9f6788723c8aa98b61199b1cb03185760425a363
parentfb1acad1e20fdd4157a51baba2441fcfdd2e6a55
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@
lib/libc/arch/riscv64/sys/brk.S
lib/libc/arch/riscv64/sys/sbrk.S
sys/arch/riscv64/include/asm.h