From c9442dc8506e52c2846e436adb6be3831c37beb6 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sat, 9 May 2020 17:10:32 +0200 Subject: [PATCH] runtime: fix dead link in gcc_androd.c file 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 --- src/runtime/cgo/gcc_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/cgo/gcc_android.c b/src/runtime/cgo/gcc_android.c index 321a5150b9..7ea213599d 100644 --- a/src/runtime/cgo/gcc_android.c +++ b/src/runtime/cgo/gcc_android.c @@ -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. -- 2.50.0