2 * Linker script for 32-bit vDSO.
3 * We #include the file to define the layout details.
5 * This file defines the version script giving the user-exported symbols in
13 #include "../vdso-layout.lds.S"
15 /* The ELF entry point can be used to set the AT_SYSINFO value. */
16 ENTRY(__kernel_vsyscall);
19 * This controls what userland symbols we export from the vDSO.
34 __kernel_rt_sigreturn;