Skip to content

Commit

Permalink
x32: Drop non-__vdso weak symbols from the x32 VDSO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed Feb 23, 2012
1 parent 22e842d commit 862ae31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/vdso/vdsox32.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@
VERSION {
LINUX_2.6 {
global:
clock_gettime;
__vdso_clock_gettime;
gettimeofday;
__vdso_gettimeofday;
getcpu;
__vdso_getcpu;
time;
__vdso_time;
local: *;
};
Expand Down

0 comments on commit 862ae31

Please sign in to comment.