summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2022-06-10 01:56:03 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2022-06-10 01:56:03 +0000
commitd8e4dfd27f23fc7cbb43cfe43d8882323e4224c2 (patch)
tree4f5e8eb23f1a270fea44ec95bce52a33fba697d8 /sys/arch/arm
parentac38d679b84645f1cd78e80b0b43a0cbdb20f679 (diff)
Add _?ENTRY_NB() macro for doing an ASM function entry without
setting the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak. Use them for bcopy, brk, and sbrk. Add the '.L' prefix to internal labels in the bcopy implementation to remove them from the symbol table Start using the MI DEFS.h: delete the #defines from powerpc/SYS.h that the MI DEFS.h provides and switch from SYS.h to DEFS.h in files that don't do syscalls. Use END_BUILTIN from the MI DEFS.h for ffs. ok gkoehler@
Diffstat (limited to 'sys/arch/arm')
0 files changed, 0 insertions, 0 deletions