gcc/libgo/go/runtime
Ian Lance Taylor 79c9f76563 runtime: export cgoCheck functions
The functions cgoCheckPointer and cgoCheckResult are called by code
    generated by cgo. That means that we need to export them using
    go:linkname, as otherwise they are local symbols. The cgo code
    currently uses weak references to only call the symbols if they are
    defined, which is why it has been working--the cgo code has not been
    doing any checks.
    
    Reviewed-on: https://go-review.googlesource.com/80295

From-SVN: r255347
2017-12-02 00:46:00 +00:00
..
debug libgo: update to go1.9 2017-09-14 17:11:35 +00:00
internal sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail 2017-11-09 21:56:59 +00:00
msan
pprof libgo: update to go1.9 2017-09-14 17:11:35 +00:00
testdata runtime: restore "goroutine in C code" message 2017-09-20 00:33:29 +00:00
trace libgo: update to go1.9 2017-09-14 17:11:35 +00:00
alg.go
append_test.go
callers_test.go
cgo_gccgo.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
cgocall.go runtime: export cgoCheck functions 2017-12-02 00:46:00 +00:00
cgocheck.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
chan_test.go
chan.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
chanbarrier_test.go
closure_test.go
compiler.go
complex_test.go
cpuprof.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
cputicks.go
crash_cgo_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
crash_nonunix_test.go
crash_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
crash_unix_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
debug.go
env_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
env_test.go
error.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
example_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
export_arm_test.go
export_linux_test.go
export_mmap_test.go
export_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
export_unix_test.go internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 2017-09-20 14:59:39 +00:00
export_windows_test.go
extern.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fastlog2_test.go
fastlog2.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fastlog2table.go
ffi.go
float.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
gc_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
gcinfo_test.go
hash32.go
hash64.go
hash_test.go
hashmap_fast.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
hashmap.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
heapdump.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
iface_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
iface.go
lfstack_32bit.go
lfstack_64bit.go
lfstack_test.go
lfstack.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
lock_futex.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
lock_sema.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
malloc_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
malloc.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mapspeed_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mbarrier.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mbitmap.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mcache.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mcentral.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mem_gccgo.go
memmove_linux_amd64_test.go
memmove_test.go
mfinal_test.go
mfinal.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mfixalloc.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mgc_gccgo.go
mgc.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mgclarge.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mgcmark.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mgcsweep.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mgcsweepbuf.go
mgcwork.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mheap.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mkfastlog2table.go
mksizeclasses.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mprof.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
msan0.go
msize.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mstats.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
net_plan9.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_aix.go internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 2017-09-20 14:59:39 +00:00
netpoll_epoll.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_kqueue.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_nacl.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_solaris.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_stub.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
netpoll.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
norace_test.go
numcpu_freebsd_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
os_aix.go
os_darwin.go
os_dragonfly.go
os_freebsd.go
os_gccgo.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
os_linux_ppc64x.go
os_linux.go
os_netbsd.go
os_openbsd.go
os_solaris.go
panic.go sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail 2017-11-09 21:56:59 +00:00
print.go
proc_runtime_test.go
proc_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
proc.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
profbuf_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
profbuf.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
proflabel.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
race0.go
rand_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
rdebug.go
relax_stub.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime1.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime2.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime_mmap_test.go
runtime_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime_unix_test.go
runtime-lldb_test.go
runtime.go
rwmutex_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
rwmutex.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
select.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sema.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
signal_gccgo.go
signal_sighandler.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
signal_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sigqueue.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sizeclasses.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
slice.go
stack.go
string_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
string.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
stubs2.go
stubs_linux.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
stubs_nonlinux.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
stubs.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
symtab_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
symtab.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
time.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
timeasm.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
timestub.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
trace.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
traceback_gccgo.go runtime: restore "goroutine in C code" message 2017-09-20 00:33:29 +00:00
type.go
typekind.go
unaligned1.go
unaligned2.go
utf8.go
vdso_none.go
write_err_android.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
write_err.go