summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorH. Peter Anvin2012-02-23 05:37:10 +0100
committerH. Peter Anvin2012-02-23 05:40:07 +0100
commit862ae3132dc393ab6ea750b9ee9e0e1c276b9abb (patch)
tree7fb839aac726ede994ed0291e54f5674da82ac32 /arch/x86
parentx32: Fix coding style violations in the x32 VDSO code (diff)
downloadkernel-qcow2-linux-862ae3132dc393ab6ea750b9ee9e0e1c276b9abb.tar.gz
kernel-qcow2-linux-862ae3132dc393ab6ea750b9ee9e0e1c276b9abb.tar.xz
kernel-qcow2-linux-862ae3132dc393ab6ea750b9ee9e0e1c276b9abb.zip
x32: Drop non-__vdso weak symbols from the x32 VDSO
Drop the legacy weak symbols that don't carry the __vdso prefix from the x32 VDSO. This is a new ABI and we don't need to support that legacy; the actual libc will export the proper symbols. Suggested-by: Andy Lutomirski <luto@mit.edu> Link: http://lkml.kernel.org/r/4F42E171.9080005@mit.edu Cc: H. J. Lu <hjl.tools@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/vdso/vdsox32.lds.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/vdso/vdsox32.lds.S b/arch/x86/vdso/vdsox32.lds.S
index 373ca9a02a53..62272aa2ae0a 100644
--- a/arch/x86/vdso/vdsox32.lds.S
+++ b/arch/x86/vdso/vdsox32.lds.S
@@ -17,13 +17,9 @@
VERSION {
LINUX_2.6 {
global:
- clock_gettime;
__vdso_clock_gettime;
- gettimeofday;
__vdso_gettimeofday;
- getcpu;
__vdso_getcpu;
- time;
__vdso_time;
local: *;
};