freebsd-nq/sys/arm64/linux
Dmitry Chagin f337940144 linux(4): Fix gcc buld.
gcc failed as it didn't inlined the builtins and generates calls to
the libgcc, ld can't find libgcc as cross-toolchain libgcc is not installed.
To avoid this add internal vDSO ffs functions without optimized builtins.

Reported by:		jhb
MFC after:		2 weeks
2021-07-29 09:52:33 +03:00
..
linux_dummy_machdep.c Drop "All rights reserved" from my copyright statements. 2021-07-20 10:05:50 +03:00
linux_genassym.c
linux_locore.asm linux: implement signal delivery on arm64 2021-07-25 06:22:57 +00:00
linux_machdep.c linux: implement sigaltstack(2) on arm64 2021-07-27 13:34:49 +00:00
linux_proto.h Regen after 2561da0636. 2021-07-21 12:26:31 +00:00
linux_ptrace.c
linux_support.s
linux_syscall.h
linux_syscalls.c
linux_sysent.c Regen after 2561da0636. 2021-07-21 12:26:31 +00:00
linux_systrace_args.c Regen after 2561da0636. 2021-07-21 12:26:31 +00:00
linux_sysvec.c linux: implement signal delivery on arm64 2021-07-25 06:22:57 +00:00
linux_vdso_gtod.c linux(4): Fix gcc buld. 2021-07-29 09:52:33 +03:00
linux_vdso.lds.s linux(4); Almost complete the vDSO. 2021-07-20 10:01:18 +03:00
linux.h linux: implement signal delivery on arm64 2021-07-25 06:22:57 +00:00
Makefile
syscalls.conf
syscalls.master linux: Fix declaration of rt_sigreturn() on arm64 2021-07-21 12:21:28 +00:00