aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_windows_amd64.c
AgeCommit message (Expand)Author
2021-02-23runtime/cgo: use correct lean and mean macroJason A. Donenfeld
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2018-11-12runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
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-09runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox