gcc/libgo/go/net
Ian Lance Taylor 1a2f01efa6 libgo: update to Go1.10beta1
Update the Go library to the 1.10beta1 release.
    
    Requires a few changes to the compiler for modifications to the map
    runtime code, and to handle some nowritebarrier cases in the runtime.
    
    Reviewed-on: https://go-review.googlesource.com/86455

gotools/:
	* Makefile.am (go_cmd_vet_files): New variable.
	(go_cmd_buildid_files, go_cmd_test2json_files): New variables.
	(s-zdefaultcc): Change from constants to functions.
	(noinst_PROGRAMS): Add vet, buildid, and test2json.
	(cgo$(EXEEXT)): Link against $(LIBGOTOOL).
	(vet$(EXEEXT)): New target.
	(buildid$(EXEEXT)): New target.
	(test2json$(EXEEXT)): New target.
	(install-exec-local): Install all $(noinst_PROGRAMS).
	(uninstall-local): Uninstasll all $(noinst_PROGRAMS).
	(check-go-tool): Depend on $(noinst_PROGRAMS).  Copy down
	objabi.go.
	(check-runtime): Depend on $(noinst_PROGRAMS).
	(check-cgo-test, check-carchive-test): Likewise.
	(check-vet): New target.
	(check): Depend on check-vet.  Look at cmd_vet-testlog.
	(.PHONY): Add check-vet.
	* Makefile.in: Rebuild.

From-SVN: r256365
2018-01-09 01:23:08 +00:00
..
http libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
internal/socktest libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
mail libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
rpc libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
smtp libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
testdata libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
textproto libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
url libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
addrselect_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
addrselect.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cgo_aix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cgo_android.go
cgo_bsd.go
cgo_linux.go
cgo_netbsd.go
cgo_openbsd.go
cgo_resnew.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cgo_resold.go
cgo_socknew.go
cgo_sockold.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cgo_solaris.go
cgo_stub.go
cgo_unix_test.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
cgo_unix.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
cgo_windows.go
conf_netcgo.go
conf_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
conf.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
conn_test.go
dial_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
dial_unix_test.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
dial.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
dnsclient_test.go
dnsclient_unix_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
dnsclient_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
dnsclient.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dnsconfig_unix_test.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
dnsconfig_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
dnsmsg_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dnsmsg.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dnsname_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_plan9_test.go
error_posix_test.go
error_posix.go internal,net,os,runtime,syscall: fixes for AIX following update to go1.9 2017-09-20 14:59:39 +00:00
error_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
error_unix_test.go
error_windows_test.go
external_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fd_plan9.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fd_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
fd_windows.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
file_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
file_stub.go
file_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
file_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
file_windows.go
file.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
hook_plan9.go
hook_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
hook_windows.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
hook.go
hosts_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
hosts_testdata
hosts.go
interface_bsd.go
interface_bsdvar.go
interface_darwin.go
interface_freebsd.go
interface_linux.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
interface_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
interface_solaris.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
interface_stub.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
interface_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
interface_windows_test.go
interface_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
interface.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
ip_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
ip.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
iprawsock_plan9.go
iprawsock_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
iprawsock_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
iprawsock.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
ipsock_plan9.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
ipsock_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
ipsock_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
ipsock.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
listen_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
lookup_nacl.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
lookup_plan9.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
lookup_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
lookup_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
lookup_windows.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
lookup.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mac_test.go
mac.go
main_cloexec_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
main_conf_test.go
main_noconf_test.go
main_plan9_test.go
main_posix_test.go
main_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
main_unix_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
main_windows_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
mockserver_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
net_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
net.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
newpollserver_rtems.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
nss_test.go
nss.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
packetconn_test.go
parse_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
parse.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
pipe_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
pipe.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
platform_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
port_test.go
port_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
port.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
protoconn_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
rawconn_unix_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
rawconn_windows_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
rawconn.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sendfile_bsd.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sendfile_linux.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sendfile_solaris.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sendfile_stub.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
sendfile_test.go
sendfile_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
server_test.go
sock_bsd.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sock_cloexec.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sock_linux.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
sock_plan9.go
sock_posix.go net: check Getsockname error return 2017-09-27 14:22:36 +00:00
sock_stub.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
sock_windows.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sockopt_aix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
sockopt_bsd.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sockopt_linux.go
sockopt_plan9.go
sockopt_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sockopt_solaris.go
sockopt_stub.go
sockopt_windows.go
sockoptip_aix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
sockoptip_bsdvar.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sockoptip_linux.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sockoptip_posix.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sockoptip_stub.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sockoptip_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sys_cloexec.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsock_plan9.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsock_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsock_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
tcpsock_unix_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsock.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
tcpsockopt_darwin.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsockopt_dragonfly.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsockopt_openbsd.go
tcpsockopt_plan9.go
tcpsockopt_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsockopt_solaris.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsockopt_stub.go
tcpsockopt_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
tcpsockopt_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
timeout_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
udpsock_plan9_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
udpsock_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
udpsock_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
udpsock_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
udpsock.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
unixsock_linux_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
unixsock_plan9.go
unixsock_posix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
unixsock_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
unixsock.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
write_unix_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
writev_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
writev_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00