]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/x86/vdso/vdso.lds.S
x86/vdso2c: Use better macros for ELF bitness
[mirror_ubuntu-focal-kernel.git] / arch / x86 / vdso / vdso.lds.S
CommitLineData
2aae950b 1/*
f6b46ebf
RM
2 * Linker script for 64-bit vDSO.
3 * We #include the file to define the layout details.
f6b46ebf
RM
4 *
5 * This file defines the version script giving the user-exported symbols in
2b6f2e64 6 * the DSO.
2aae950b 7 */
2aae950b 8
f6b46ebf 9#include "vdso-layout.lds.S"
2aae950b 10
5b930493 11/*
f6b46ebf 12 * This controls what userland symbols we export from the vDSO.
5b930493 13 */
f6b46ebf
RM
14VERSION {
15 LINUX_2.6 {
16 global:
17 clock_gettime;
18 __vdso_clock_gettime;
19 gettimeofday;
20 __vdso_gettimeofday;
21 getcpu;
22 __vdso_getcpu;
f144a6b4
AL
23 time;
24 __vdso_time;
f6b46ebf
RM
25 local: *;
26 };
2aae950b 27}