x86/vdso2c: Use better macros for ELF bitness
[linux-2.6-block.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
1a21d4e0
L
9#include "vdso-layout.lds.S"
10
11/*
12 * This controls what userland symbols we export from the vDSO.
13 */
14VERSION {
15 LINUX_2.6 {
16 global:
1a21d4e0 17 __vdso_clock_gettime;
1a21d4e0 18 __vdso_gettimeofday;
1a21d4e0 19 __vdso_getcpu;
1a21d4e0
L
20 __vdso_time;
21 local: *;
22 };
23}