]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update URL of the Linux vDSO parser tool
authorTobias Klauser <tklauser@distanz.ch>
Tue, 16 Jan 2018 11:44:52 +0000 (12:44 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 16 Jan 2018 15:11:05 +0000 (15:11 +0000)
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>
src/runtime/vdso_linux.go

index 5a4e8e578d248c02e28398e7406832f5155f1256..61872e3b27bfe35d03b869b921940c7d3558b1cc 100644 (file)
@@ -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