go/src/runtime/cgo
Aaron Jacobs 8628688304 Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f
Reviewed-on: https://go-review.googlesource.com/11390
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-06-26 03:38:21 +00:00
..
asm_386.s
asm_amd64.s
asm_arm.s Fix several out of date references to 4g/5g/6g/8g/9g. 2015-06-26 03:38:21 +00:00
asm_arm64.s Fix several out of date references to 4g/5g/6g/8g/9g. 2015-06-26 03:38:21 +00:00
asm_nacl_amd64p32.s
asm_ppc64x.s
callbacks.go runtime: delete cgo_allocate 2015-04-17 01:30:47 +00:00
cgo.go runtime/cgo: add cgo support for solaris/amd64 2015-05-06 11:37:28 +00:00
dragonfly.go
freebsd.go
gcc_386.S
gcc_amd64.S
gcc_android.c
gcc_android_arm.c
gcc_arm.S
gcc_arm64.S Fix several out of date references to 4g/5g/6g/8g/9g. 2015-06-26 03:38:21 +00:00
gcc_darwin_386.c
gcc_darwin_amd64.c
gcc_darwin_arm.c runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm 2015-03-17 12:12:48 +00:00
gcc_darwin_arm64.c runtime/cgo: enable arm64 EXC_BAD_ACCESS handler 2015-04-16 18:00:57 +00:00
gcc_dragonfly_amd64.c
gcc_fatalf.c
gcc_freebsd_386.c
gcc_freebsd_amd64.c
gcc_freebsd_arm.c
gcc_libinit.c runtime/cgo: add cgo support for solaris/amd64 2015-05-06 11:37:28 +00:00
gcc_libinit_linux_ppc64x.c runtime: remove runtime wait/notify from ppc64x architectures. 2015-04-13 17:21:04 +00:00
gcc_libinit_openbsd.c runtime: initialize shared library at library-load time 2015-04-03 01:24:51 +00:00
gcc_libinit_windows.c runtime: initialize shared library at library-load time 2015-04-03 01:24:51 +00:00
gcc_linux_386.c
gcc_linux_amd64.c
gcc_linux_arm.c
gcc_linux_arm64.c runtime/cgo: linux/arm64 cgo support 2015-04-08 09:08:12 +00:00
gcc_linux_ppc64x.c
gcc_netbsd_386.c
gcc_netbsd_amd64.c
gcc_netbsd_arm.c
gcc_openbsd_386.c
gcc_openbsd_amd64.c
gcc_ppc64x.S Fix several out of date references to 4g/5g/6g/8g/9g. 2015-06-26 03:38:21 +00:00
gcc_setenv.c runtime/cgo: add cgo support for solaris/amd64 2015-05-06 11:37:28 +00:00
gcc_signal_darwin_armx.c runtime/cgo, cmd/dist: turn off exc_bad_access handler by default 2015-05-01 13:19:39 +00:00
gcc_signal_darwin_lldb.c runtime/cgo, cmd/dist: turn off exc_bad_access handler by default 2015-05-01 13:19:39 +00:00
gcc_solaris_amd64.c runtime/cgo: add cgo support for solaris/amd64 2015-05-06 11:37:28 +00:00
gcc_util.c
gcc_windows_386.c
gcc_windows_amd64.c
iscgo.go runtime, runtime/cgo: make needextram a bool 2015-03-26 11:12:25 +00:00
libcgo.h runtime: initialize shared library at library-load time 2015-04-03 01:24:51 +00:00
netbsd.go
openbsd.go
setenv.go runtime/cgo: add cgo support for solaris/amd64 2015-05-06 11:37:28 +00:00
signal_darwin_arm.s runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm 2015-03-17 12:12:48 +00:00
signal_darwin_arm64.s runtime/cgo: EXC_BAD_ACCESS handler for arm64 2015-04-13 12:08:37 +00:00
signal_darwin_armx.go runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm 2015-03-17 12:12:48 +00:00