go/src/runtime/cgo
Elias Naur 1d78139128 runtime/cgo: fix Android build with NDK 22
Fixes #42655

Change-Id: I7d2b70098a4ba4dcb325fb0be076043789b86135
Reviewed-on: https://go-review.googlesource.com/c/go/+/280312
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Elias Naur <mail@eliasnaur.com>
2020-12-26 19:08:56 +00:00
..
asm_386.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_amd64.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_arm.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_arm64.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_mips64x.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_mipsx.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_ppc64x.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_riscv64.s cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 2020-11-03 12:59:51 +00:00
asm_s390x.s runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
asm_wasm.s
callbacks.go runtime,cmd/cgo: simplify C -> Go call path 2020-10-26 14:50:32 +00:00
callbacks_aix.go
callbacks_traceback.go
cgo.go internal/poll, net, syscall: use accept4 on illumos 2020-10-16 19:53:34 +00:00
dragonfly.go
freebsd.go
gcc_386.S
gcc_aix_ppc64.S
gcc_aix_ppc64.c
gcc_amd64.S
gcc_android.c runtime: fix dead link in gcc_androd.c file 2020-05-09 23:17:17 +00:00
gcc_arm.S
gcc_arm64.S
gcc_context.c
gcc_darwin_amd64.c
gcc_darwin_arm64.c runtime: set up TLS without cgo on darwin/arm64 2020-10-28 13:25:44 +00:00
gcc_dragonfly_amd64.c
gcc_fatalf.c
gcc_freebsd_386.c
gcc_freebsd_amd64.c
gcc_freebsd_arm.c
gcc_freebsd_arm64.c
gcc_freebsd_sigaction.c
gcc_libinit.c
gcc_libinit_windows.c runtime/cgo: fix build tag placement vet warning 2020-10-17 00:01:16 +00:00
gcc_linux_386.c runtime/cgo: fix Android build with NDK 22 2020-12-26 19:08:56 +00:00
gcc_linux_amd64.c runtime/cgo: fix Android build with NDK 22 2020-12-26 19:08:56 +00:00
gcc_linux_arm.c runtime/cgo: fix Android build with NDK 22 2020-12-26 19:08:56 +00:00
gcc_linux_arm64.c runtime/cgo: fix Android build with NDK 22 2020-12-26 19:08:56 +00:00
gcc_linux_mips64x.c
gcc_linux_mipsx.c
gcc_linux_ppc64x.S
gcc_linux_riscv64.c cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 2020-11-03 12:59:51 +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 runtime: netbsd-arm64 fixes 2020-09-28 06:01:37 +00:00
gcc_openbsd_386.c
gcc_openbsd_amd64.c
gcc_openbsd_arm.c
gcc_openbsd_arm64.c
gcc_ppc64x.c
gcc_riscv64.S cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 2020-11-03 12:59:51 +00:00
gcc_s390x.S
gcc_setenv.c
gcc_sigaction.c
gcc_signal2_ios_arm64.c runtime/cgo: only build xx_cgo_panicmem on iOS 2020-10-06 22:54:58 +00:00
gcc_signal_ios_arm64.c runtime/cgo: only build xx_cgo_panicmem on iOS 2020-10-06 22:54:58 +00:00
gcc_signal_ios_nolldb.c runtime/cgo: build iOS-specific code only on iOS 2020-10-17 00:01:00 +00:00
gcc_solaris_amd64.c
gcc_traceback.c
gcc_util.c
gcc_windows_386.c cmd/link: avoid exporting all symbols on windows buildmode=pie 2020-11-02 00:46:44 +00:00
gcc_windows_amd64.c cmd/link: avoid exporting all symbols on windows buildmode=pie 2020-11-02 00:46:44 +00:00
iscgo.go
libcgo.h
libcgo_unix.h
libcgo_windows.h cmd/link: avoid exporting all symbols on windows buildmode=pie 2020-11-02 00:46:44 +00:00
linux.go syscall: support POSIX semantics for Linux syscalls 2020-10-23 20:53:14 +00:00
linux_syscall.c runtime/cgo: fix building on musl 2020-12-07 18:02:09 +00:00
mmap.go
netbsd.go
openbsd.go
setenv.go
sigaction.go
signal_ios_arm64.go runtime/cgo: only build xx_cgo_panicmem on iOS 2020-10-06 22:54:58 +00:00
signal_ios_arm64.s runtime/cgo: only build xx_cgo_panicmem on iOS 2020-10-06 22:54:58 +00:00