Commit 904d94f0 authored by Baruch Siach's avatar Baruch Siach Committed by Jonathan Corbet

doc: ABI: vdso: update parse_vdso.c reference

Since commit f9b6b0ef ("selftests: move vDSO tests from Documentation/vDSO")
parse_vdso.c moved under selftests. Update the reference to match.

Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 2a0e4927
...@@ -16,7 +16,8 @@ The vDSO uses symbol versioning; whenever you request a symbol from the ...@@ -16,7 +16,8 @@ The vDSO uses symbol versioning; whenever you request a symbol from the
vDSO, specify the version you are expecting. vDSO, specify the version you are expecting.
Programs that dynamically link to glibc will use the vDSO automatically. Programs that dynamically link to glibc will use the vDSO automatically.
Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c. Otherwise, you can use the reference parser in
tools/testing/selftests/vDSO/parse_vdso.c.
Unless otherwise noted, the set of symbols with any given version and the Unless otherwise noted, the set of symbols with any given version and the
ABI of those symbols is considered stable. It may vary across architectures, ABI of those symbols is considered stable. It may vary across architectures,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment