]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/entry/vdso/vdsox32.lds.S
Merge remote-tracking branches 'asoc/topic/max98925', 'asoc/topic/max98927', 'asoc...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / entry / vdso / vdsox32.lds.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1a21d4e0
L
2/*
3 * Linker script for x32 vDSO.
4 * We #include the file to define the layout details.
1a21d4e0
L
5 *
6 * This file defines the version script giving the user-exported symbols in
2b6f2e64 7 * the DSO.
1a21d4e0
L
8 */
9
bfad381c
AL
10#define BUILD_VDSOX32
11
1a21d4e0
L
12#include "vdso-layout.lds.S"
13
14/*
15 * This controls what userland symbols we export from the vDSO.
16 */
17VERSION {
18 LINUX_2.6 {
19 global:
1a21d4e0 20 __vdso_clock_gettime;
1a21d4e0 21 __vdso_gettimeofday;
1a21d4e0 22 __vdso_getcpu;
1a21d4e0
L
23 __vdso_time;
24 local: *;
25 };
26}