CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2022/05/24 16:34:02
Modified files: sys/arch/arm64/include: asm.h lib/libc/arch/aarch64/sys: brk.S sbrk.S lib/libc/arch/aarch64/gen: byte_swap_2.S byte_swap_4.S Removed files: lib/libc/arch/aarch64: DEFS.h Log message: Address the clang 13 "changed binding to STB_WEAK" warning on arm64: add _?ENTRY_NB to asm.h, switch libc's asm bits to the generic DEFS.h, and use ENTRY_NB as necessary. Also, give sizes to the htonl/htons symbols and mark them as weak. ok kettenis@ miod@