Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bti: add identifier to ffi_closure_SYSV_V_alt This was missing BTI_C identifier. Old Code: ffi_closure_SYSV_V_alt: 0000fffff7f70500: ldr x17, [sp, libffi#8] Signed-off-by: Bill Roberts <[email protected]> * testsuite: fix whitespace in Makefile.am Signed-off-by: Bill Roberts <[email protected]> * aarch64: correct comment describing BTI The comment is incorrect, BTI is enabled per mapping via mprotect with PROT_BTI flag set, not per-process. When the loader loads the library, if the GNU Notes section is missing this, PROT_BTI will not be enabled for that mapping, but is independent of other mappings. Signed-off-by: Bill Roberts <[email protected]> --------- Signed-off-by: Bill Roberts <[email protected]>
- Loading branch information