go/src/runtime/cgo
Vladimir Stefanovic b909d01152 runtime: add cgo support for GOARCH=mips{,le}
Change-Id: Ib425ead7b340672837d3cb983bd785488706bd6d
Reviewed-on: https://go-review.googlesource.com/34314
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-12-14 23:52:33 +00:00
..
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_mips64x.s all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
asm_mipsx.s runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
asm_nacl_amd64p32.s
asm_ppc64x.s
asm_s390x.s runtime/cgo: save correct floating point registers on s390x 2016-11-23 22:06:06 +00:00
callbacks.go
callbacks_traceback.go
cgo.go
dragonfly.go
freebsd.go
gcc_386.S
gcc_amd64.S
gcc_android.c
gcc_android_386.c
gcc_android_amd64.c
gcc_android_arm.c
gcc_android_arm64.c
gcc_arm.S
gcc_arm64.S
gcc_context.c all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
gcc_darwin_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_darwin_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_darwin_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_darwin_arm64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_dragonfly_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_fatalf.c
gcc_freebsd_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_freebsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_freebsd_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_libinit.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_libinit_openbsd.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_libinit_windows.c runtime/cgo: correct type declaration for Windows 2016-11-03 17:42:01 +00:00
gcc_linux_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_arm64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_mips64x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_mipsx.c runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
gcc_linux_ppc64x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_s390x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_mips64x.S all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
gcc_mipsx.S runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
gcc_mmap.c
gcc_netbsd_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_netbsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_netbsd_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_openbsd_386.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_openbsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_ppc64x.S
gcc_s390x.S runtime/cgo: save correct floating point registers on s390x 2016-11-23 22:06:06 +00:00
gcc_setenv.c
gcc_sigaction.c runtime/cgo: fixes for calling sigaction in C 2016-11-16 23:10:33 +00:00
gcc_signal_darwin_armx.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_signal_darwin_lldb.c
gcc_solaris_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_traceback.c
gcc_util.c
gcc_windows_386.c
gcc_windows_amd64.c
iscgo.go
libcgo.h
libcgo_unix.h runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
mmap.go
netbsd.go
openbsd.go
setenv.go
sigaction.go runtime/cgo: use libc for sigaction syscalls when possible 2016-11-16 05:38:38 +00:00
signal_darwin_arm.s
signal_darwin_arm64.s
signal_darwin_armx.go