CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/31 12:49:43
Modified files:
lib/libc/arch/aarch64: Makefile.inc
Log message:
Since all arm64 assembly code in libc uses the ENTRY* macros from
<machine/asm.h> they are already get the necessary "bti c" instructions.
Passi the -mmark-bti-property option to mark the corresponding object
files as having BTI support.
ok deraadt@
