freebsd-dev/sys/amd64/linux32
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
..
linux32_dummy_machdep.c linux(4): Implement ppoll_time64 system call. 2021-06-10 15:18:46 +03:00
linux32_genassym.c
linux32_locore.asm linux(4); Almost complete the vDSO. 2021-07-20 10:01:18 +03:00
linux32_machdep.c linux: implement sigaltstack(2) on arm64 2021-07-27 13:34:49 +00:00
linux32_proto.h linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux32_support.s amd64/linux*: add required header to get the constant value 2021-05-26 01:24:09 +03:00
linux32_syscall.h linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux32_syscalls.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux32_sysent.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux32_systrace_args.c linux(4): Regen for linux_poll system call. 2021-06-22 08:09:55 +03:00
linux32_sysvec.c linux(4): Allow musl brand to use FUTEX_REQUEUE op. 2021-07-20 14:39:20 +03:00
linux32_vdso_gtod.c linux(4): Fix gcc buld. 2021-07-29 09:52:33 +03:00
linux32_vdso.lds.s linux(4); Almost complete the vDSO. 2021-07-20 10:01:18 +03:00
linux.h linux(4): Make vDSO defines private. 2021-06-25 18:41:04 +03:00
Makefile sysent targets: further cleanup and deduplication 2020-01-18 20:37:45 +00:00
syscalls.conf
syscalls.master linux(4): Implement poll system call via linux_common_ppol() 2021-06-22 08:07:46 +03:00