]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix dead link in gcc_androd.c file
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 9 May 2020 15:10:32 +0000 (17:10 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 9 May 2020 23:17:17 +0000 (23:17 +0000)
Old url 404s because the file no longer exists on master; change it to
point to the android 10 release branch.

Change-Id: If0f8b645f2c746f9fc8bbd68f4d1fe41868493ba
Reviewed-on: https://go-review.googlesource.com/c/go/+/232809
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgo/gcc_android.c

index 321a5150b958b1122c5694dee3f2e1545fb189e4..7ea213599dfa56f61fe72a45132253472eecdf0f 100644 (file)
@@ -35,7 +35,7 @@ fatalf(const char* format, ...)
 // Truncated to a different magic value on 32-bit; that's ok.
 #define magic1 (0x23581321345589ULL)
 
-// From https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/private/bionic_asm_tls.h#69.
+// From https://android.googlesource.com/platform/bionic/+/refs/heads/android10-tests-release/libc/private/bionic_asm_tls.h#69.
 #define TLS_SLOT_APP 2
 
 // inittls allocates a thread-local storage slot for g.