aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_darwin_amd64.c
AgeCommit message (Expand)Author
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2018-04-11runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2018-04-10Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"Keith Randall
2018-04-10runtime: use fixed TLS offsets on darwin/amd64 and darwin/386Keith Randall
2017-08-11runtime/cgo: make code robustHiroshi Ioka
2017-08-11runtime/cgo: update commentsHiroshi Ioka
2017-06-21runtime/cgo: fix typosHiroshi Ioka
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan 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: add cgo build tag to C filesRuss Cox
2014-09-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox