gcc/libgo/go
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
..
archive libgo: update to go1.9 2017-09-14 17:11:35 +00:00
bufio libgo: update to go1.9 2017-09-14 17:11:35 +00:00
builtin libgo: update to go1.9 2017-09-14 17:11:35 +00:00
bytes libgo: update to go1.9 2017-09-14 17:11:35 +00:00
cmd cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX 2017-11-23 00:24:21 +00:00
compress libgo: update to go1.9 2017-09-14 17:11:35 +00:00
container libgo: update to go1.9 2017-09-14 17:11:35 +00:00
context libgo: update to go1.9 2017-09-14 17:11:35 +00:00
crypto libgo: update to go1.9 2017-09-14 17:11:35 +00:00
database/sql libgo: update to go1.9 2017-09-14 17:11:35 +00:00
debug debug/dwarf: support 64-bit DWARF in byte order check 2017-10-20 18:34:36 +00:00
encoding libgo: update to go1.9 2017-09-14 17:11:35 +00:00
errors libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
exp Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the gofrontend repo... 2016-11-18 04:15:46 +00:00
expvar libgo: update to go1.9 2017-09-14 17:11:35 +00:00
flag libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fmt libgo: update to go1.9 2017-09-14 17:11:35 +00:00
go cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX 2017-11-23 00:24:21 +00:00
golang_org/x syscall: fixes for Solaris 2017-09-15 22:57:23 +00:00
hash libgo: update to go1.9 2017-09-14 17:11:35 +00:00
html libgo: update to go1.9 2017-09-14 17:11:35 +00:00
image libgo: update to go1.9 2017-09-14 17:11:35 +00:00
index/suffixarray libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
internal internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 2017-09-20 14:59:39 +00:00
io libgo: update to go1.9 2017-09-14 17:11:35 +00:00
log libgo: update to go1.9 2017-09-14 17:11:35 +00:00
math libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mime libgo: update to go1.9 2017-09-14 17:11:35 +00:00
net net: check Getsockname error return 2017-09-27 14:22:36 +00:00
os internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 2017-09-20 14:59:39 +00:00
path libgo: update to go1.9 2017-09-14 17:11:35 +00:00
plugin libgo: update to go1.9 2017-09-14 17:11:35 +00:00
reflect libgo: update to go1.9 2017-09-14 17:11:35 +00:00
regexp libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime runtime: export cgoCheck functions 2017-12-02 00:46:00 +00:00
sort libgo: update to go1.9 2017-09-14 17:11:35 +00:00
strconv libgo: update to go1.9 2017-09-14 17:11:35 +00:00
strings libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sync sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail 2017-11-09 21:56:59 +00:00
syscall syscall: enable ParseDirent for AIX 2017-09-20 17:49:11 +00:00
testing libgo: update to go1.9 2017-09-14 17:11:35 +00:00
text libgo: update to go1.9 2017-09-14 17:11:35 +00:00
time libgo: update to go1.9 2017-09-14 17:11:35 +00:00
unicode libgo: update to go1.9 2017-09-14 17:11:35 +00:00