freebsd-src/sys/arm64/linux
Andrew Turner bed65d85c6 linux64: Fix the build on arm64 with bti checking
When we enable checking for BTI on arm64 we need to include an ELF
note in all object files linked into a module.

As using objcopy from a binary to an ELF object file doesn't add the
note switch to using .incbin from an assembly file. This allows us to
add the needed note without affecting the included object.

Reviewed by:	imp, kib, emaste
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45468
2024-06-05 09:23:40 +00:00
..
linux.h linux(4): Fix leftovers after 2ff63af9 2023-08-17 23:54:00 +03:00
linux_dummy_machdep.c linux: Support POSIX message queues 2024-05-23 13:40:46 -06:00
linux_genassym.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
linux_locore.asm sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
linux_machdep.c linux(4): Cleanup includes under arm64 2023-09-11 21:29:28 +03:00
linux_proto.h syscalls: Regen for Linux emulator additions 2024-05-23 13:40:47 -06:00
linux_sigframe.h arm64: Use the Linux sigframe to restore registers 2023-10-27 10:32:24 +01:00
linux_support.S linux64: Fix the build on arm64 with bti checking 2024-06-05 09:23:40 +00:00
linux_syscall.h linux(4): Regen for linux_nosys change 2023-10-03 10:38:03 +03:00
linux_syscalls.c linux(4): Regen for linux_nosys change 2023-10-03 10:38:03 +03:00
linux_sysent.c linux(4): Regen for linux_nosys change 2023-10-03 10:38:03 +03:00
linux_systrace_args.c syscalls: Regen for Linux emulator additions 2024-05-23 13:40:47 -06:00
linux_sysvec.c arm64: Create a Linux view of the ID registers 2023-11-10 16:01:13 +00:00
linux_vdso.lds.s sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
linux_vdso_gtod.c linux(4): Add a write syscall wrapper 2023-08-20 10:36:29 +03:00
Makefile sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
syscalls.conf makesyscalls: don't make syscall.mk by default 2023-11-18 00:48:14 +00:00
syscalls.master linux: Fix linux_mq_notify_args & linux_timer_create_args 2024-05-23 13:40:46 -06:00