gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
[deliverable/linux.git] / arch / x86 / vdso / vdsox32.lds.S
CommitLineData
1a21d4e0
L
1/*
2 * Linker script for x32 vDSO.
3 * We #include the file to define the layout details.
1a21d4e0
L
4 *
5 * This file defines the version script giving the user-exported symbols in
2b6f2e64 6 * the DSO.
1a21d4e0
L
7 */
8
bfad381c
AL
9#define BUILD_VDSOX32
10
1a21d4e0
L
11#include "vdso-layout.lds.S"
12
13/*
14 * This controls what userland symbols we export from the vDSO.
15 */
16VERSION {
17 LINUX_2.6 {
18 global:
1a21d4e0 19 __vdso_clock_gettime;
1a21d4e0 20 __vdso_gettimeofday;
1a21d4e0 21 __vdso_getcpu;
1a21d4e0
L
22 __vdso_time;
23 local: *;
24 };
25}
This page took 0.158683 seconds and 5 git commands to generate.