go/src/runtime/cgo
Brad Fitzpatrick 07b4abd62e all: remove the nacl port (part 2, amd64p32 + toolchain)
This is part two if the nacl removal. Part 1 was CL 199499.

This CL removes amd64p32 support, which might be useful in the future
if we implement the x32 ABI. It also removes the nacl bits in the
toolchain, and some remaining nacl bits.

Updates #30439

Change-Id: I2475d5bb066d1b474e00e40d95b520e7c2e286e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/200077
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-10-09 22:34:34 +00:00
..
asm_386.s
asm_amd64.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
asm_arm.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
asm_arm64.s
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
asm_s390x.s
asm_wasm.s
callbacks.go runtime: avoid variable/function alias on runtime._cgo_panic_internal 2018-11-12 20:27:17 +00:00
callbacks_aix.go runtime: create library startup for aix/ppc64 2019-03-27 17:22:11 +00:00
callbacks_traceback.go runtime: support capturing C backtrace from signal handler on darwin/amd64 2018-07-04 00:18:48 +00:00
cgo.go runtime/cgo: on Solaris link against -lxnet 2019-06-23 22:11:34 +00:00
dragonfly.go
freebsd.go
gcc_386.S
gcc_aix_ppc64.S cmd, runtime: fix C trampolines on aix/ppc64 2019-03-19 03:18:05 +00:00
gcc_aix_ppc64.c runtime: create library startup for aix/ppc64 2019-03-27 17:22:11 +00:00
gcc_amd64.S
gcc_android.c runtime,runtime/cgo: set up TLS storage for Android Q without cgo 2019-04-08 20:21:51 +00:00
gcc_arm.S
gcc_arm64.S
gcc_context.c runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
gcc_darwin_386.c
gcc_darwin_amd64.c
gcc_darwin_arm.c runtime/cgo: ignore missing Info.plist files on iOS 2019-04-29 19:09:29 +00:00
gcc_darwin_arm64.c runtime/cgo: ignore missing Info.plist files on iOS 2019-04-29 19:09:29 +00:00
gcc_dragonfly_amd64.c
gcc_fatalf.c runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
gcc_freebsd_386.c
gcc_freebsd_amd64.c
gcc_freebsd_arm.c
gcc_freebsd_sigaction.c
gcc_libinit.c cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done 2019-03-08 01:10:57 +00:00
gcc_libinit_windows.c cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done 2019-03-08 01:10:57 +00:00
gcc_linux_386.c cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic 2019-03-29 17:16:32 +00:00
gcc_linux_amd64.c cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic 2019-03-29 17:16:32 +00:00
gcc_linux_arm.c runtime/cgo: declare variable setg_gcc as static 2019-04-18 00:06:12 +00:00
gcc_linux_arm64.c runtime/cgo: declare variable setg_gcc as static 2019-04-18 00:06:12 +00:00
gcc_linux_mips64x.c runtime/cgo: declare variable setg_gcc as static 2019-04-18 00:06:12 +00:00
gcc_linux_mipsx.c runtime/cgo: declare variable setg_gcc as static 2019-04-18 00:06:12 +00:00
gcc_linux_ppc64x.S runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
gcc_linux_s390x.c
gcc_mips64x.S
gcc_mipsx.S
gcc_mmap.c
gcc_netbsd_386.c
gcc_netbsd_amd64.c
gcc_netbsd_arm.c
gcc_netbsd_arm64.c all: add start of netbsd/arm64 support 2019-04-20 15:02:01 +00:00
gcc_openbsd_386.c
gcc_openbsd_amd64.c
gcc_openbsd_arm.c runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm 2018-12-18 12:02:45 +00:00
gcc_openbsd_arm64.c cmd,runtime: enable cgo for openbsd/arm64 2019-04-29 23:06:59 +00:00
gcc_ppc64x.c runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
gcc_s390x.S
gcc_setenv.c runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
gcc_sigaction.c
gcc_signal2_darwin_armx.c
gcc_signal_darwin_armx.c
gcc_signal_darwin_lldb.c
gcc_solaris_amd64.c
gcc_traceback.c runtime: support capturing C backtrace from signal handler on darwin/amd64 2018-07-04 00:18:48 +00:00
gcc_util.c
gcc_windows_386.c runtime/cgo: added missing includes for errno.h to the windows gcc stubs. 2018-11-12 23:05:28 +00:00
gcc_windows_amd64.c runtime/cgo: added missing includes for errno.h to the windows gcc stubs. 2018-11-12 23:05:28 +00:00
iscgo.go
libcgo.h cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done 2019-03-08 01:10:57 +00:00
libcgo_unix.h
mmap.go
netbsd.go runtime/cgo: Add initial NetBSD Thread Sanitizer support 2018-07-10 23:14:31 +00:00
openbsd.go
setenv.go runtime/cgo: add port for aix/ppc64 2019-03-06 05:07:54 +00:00
sigaction.go
signal_darwin_arm.s
signal_darwin_arm64.s all: this big patch remove whitespace from assembly files 2018-10-03 15:28:51 +00:00
signal_darwin_armx.go