musl/arch/x86_64
Rich Felker 58e75db471 add working vdso clock_gettime support, including static linking
the vdso symbol lookup code is based on the original 2011 patch by
Nicholas J. Kain, with some streamlining, pointer arithmetic fixes,
and one symbol version matching fix.

on the consumer side (clock_gettime), per-arch macros for the
particular symbol name and version to lookup are added in
syscall_arch.h, and no vdso code is pulled in on archs which do not
define these macros. at this time, vdso is enabled only on x86_64.

the vdso support at the dynamic linker level is no longer useful to
libc, but is left in place for the sake of debuggers (which may need
the vdso in the link map to find its functions) and possibly use with
dlsym.
2014-04-16 02:33:29 -04:00
..
bits fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
atomic.h remove more unnecessary operand-size suffixes from x86_64 atomic.h 2014-01-15 21:48:44 -05:00
crt_arch.h new mostly-C crt1 implementation 2013-07-26 01:49:14 -04:00
pthread_arch.h remove size suffix in x86_64 __pthread_self asm 2014-01-11 11:23:10 -05:00
reloc.h make the dynamic linker find its path file relative to its own location 2013-07-18 19:29:44 -04:00
syscall_arch.h add working vdso clock_gettime support, including static linking 2014-04-16 02:33:29 -04:00