aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_linux.go
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-01-16 12:44:52 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2018-01-16 15:11:05 +0000
commit7e054553ad1635de7fa77222f7216d54bc932441 (patch)
tree3c49546e4fd7dbdb6ca0007de3e37085350d37a2 /src/runtime/vdso_linux.go
parent8f6e8f9efd433fc67ff1e6e1caa5bc8edcad38f6 (diff)
downloadgo-7e054553ad1635de7fa77222f7216d54bc932441.tar.gz
go-7e054553ad1635de7fa77222f7216d54bc932441.zip
runtime: update URL of the Linux vDSO parser tool
The tool was moved to tools/Testing/selftests within the Linux kernel source tree. Adjust the URL in the comments of vdso_linux.go Change-Id: I86b9cae4b898c4a45bc7c54891ce6ead91a22670 Reviewed-on: https://go-review.googlesource.com/87815 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/vdso_linux.go')
-rw-r--r--src/runtime/vdso_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/vdso_linux.go b/src/runtime/vdso_linux.go
index 5a4e8e578d..61872e3b27 100644
--- a/src/runtime/vdso_linux.go
+++ b/src/runtime/vdso_linux.go
@@ -12,7 +12,7 @@ import "unsafe"
// Look up symbols in the Linux vDSO.
// This code was originally based on the sample Linux vDSO parser at
-// https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/vDSO/parse_vdso.c
+// https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/vDSO/parse_vdso.c
// This implements the ELF dynamic linking spec at
// http://sco.com/developers/gabi/latest/ch5.dynamic.html