aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_android.c
AgeCommit message (Expand)Author
2020-05-09runtime: fix dead link in gcc_androd.c fileAlberto Donizetti
2019-04-08runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur
2019-04-02runtime/cgo: look for android_get_device_api_level in libc.soElias Naur
2019-03-29runtime/cgo: use free TLS slot on Android QElias Naur
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2016-03-08cmd/go: ignore C files when CGO_ENABLED=0Russ Cox
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-27runtime/cgo: more +build cgo tagsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox