aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_linux_amd64.c
AgeCommit message (Expand)Author
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2020-12-26runtime/cgo: fix Android build with NDK 22Elias Naur
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2019-03-28runtime/cgo: remove threadentry functions specialized for androidElias Naur
2017-06-21runtime/cgo: fix typosHiroshi Ioka
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
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
2015-10-28runtime, cmd: TLS setup for android/amd64.Hyang-Ah Hana Kim
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox