gcc/libgo/go/syscall
Ian Lance Taylor bae90c989c libgo: Merge from revision 18783:00cce3a34d7e of master library.
This revision was committed January 7, 2014.  The next
revision deleted runtime/mfinal.c.  That will be done in a
subsequent merge.

This merge changes type descriptors to add a zero field,
pointing to a zero value for that type.  This is implemented
as a common variable.

	* go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and
	alignment parameters.  Permit init parameter to be NULL.

From-SVN: r211249
2014-06-04 23:15:33 +00:00
..
bpf_bsd.go
consistency_unix_test.go
creds_test.go
dir_plan9.go libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
env_plan9.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
env_unix.go
env_windows.go
errno.c
errstr_linux.go syscall: Force first letter of error message to lower case. 2012-11-12 19:34:52 +00:00
errstr_nor.go
errstr.go
exec_bsd.go
exec_linux.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
exec_stubs.go syscall: Don't build wait status functions on RTEMS. 2011-12-13 22:07:25 +00:00
exec_unix.go syscall: Only call varargs libc functions from C code. 2013-11-24 02:38:28 +00:00
exec_windows.go
libcall_irix.go syscall: Always use _C_int for C libcalls. 2013-02-08 19:24:26 +00:00
libcall_linux_386.go
libcall_linux_alpha.go
libcall_linux_amd64.go
libcall_linux_utimesnano.go
libcall_linux.go syscall: Only call varargs libc functions from C code. 2013-11-24 02:38:28 +00:00
libcall_posix_largefile.go
libcall_posix_regfile.go
libcall_posix_utimesnano.go
libcall_posix.go gofrontend: avoid use of unsafe.Sizeof extension 2014-04-17 23:13:39 +00:00
libcall_solaris_386.go
libcall_solaris_amd64.go
libcall_solaris_sparc64.go libgo: Update to weekly.2011-11-18. 2011-12-12 23:40:51 +00:00
libcall_solaris_sparc.go
libcall_support.go runtime: Better SWIG interface for allocating Go memory from C/C++. 2012-06-04 05:34:59 +00:00
libcall_uname.go
libcall_wait4.go syscall, mksysinfo: Prepare syscall package for 64-bit int. 2012-11-02 23:39:36 +00:00
libcall_waitpid.go
lsf_linux.go
mksyscall.awk gofrontend: deduplicate C syscall function declarations 2014-04-17 23:39:23 +00:00
netlink_linux.go
passfd_test.go
race0.go
rlimit_linux_test.go
route_bsd.go libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
route_darwin.go
route_dragonfly.go
route_freebsd.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
route_netbsd.go
route_openbsd.go
security_windows.go
signame.c libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
sleep_rtems.go
sleep_select.go
sockcmsg_linux.go libgo: Update Go library to master revision 15489/921e53d4863c. 2013-01-29 20:52:43 +00:00
sockcmsg_unix.go
socket_bsd.go
socket_irix.go
socket_linux.go
socket_posix.go re PR go/56171 (syscall FAILs on Solaris) 2013-02-20 20:04:36 +00:00
socket_solaris.go
socket_xnet.go re PR go/56171 (syscall FAILs on Solaris) 2013-02-20 20:04:36 +00:00
socket.go syscall: Set SizeofSockaddrAny to the value the go distribution uses 2013-11-25 22:54:05 +00:00
str.go Implement new syscall package. 2011-10-23 19:04:37 +00:00
syscall_errno.go
syscall_linux_386.go
syscall_linux_alpha.go
syscall_linux_amd64.go
syscall_solaris.go
syscall_stubs.go
syscall_test.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
syscall_unix.go runtime: remove use of obsolete map deletion syntax 2014-04-17 23:27:31 +00:00
syscall.go
wait.c