This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH: Use __vdso_xxxx instead of xxxx for x86-64
- From: Ulrich Drepper <drepper at gmail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Tue, 6 Mar 2012 18:23:01 -0500
- Subject: Re: PATCH: Use __vdso_xxxx instead of xxxx for x86-64
- Authentication-results: mr.google.com; spf=pass (google.com: domain of drepper@gmail.com designates 10.60.12.230 as permitted sender) smtp.mail=drepper@gmail.com; dkim=pass header.i=drepper@gmail.com
- References: <20120303174147.GA25722@intel.com>
> x86-64 defines both __vdso_xxxx and xxxx. Âx86-64 uses
Are you sure this is the case for all kernels, even the earliest? I
think I added that code as-is because the __vdso_* names got
introduced later.