gcc/libgo/go
Nikhil Benesch dc570700be libgo: export NetBSD-specific types in mksysinfo.sh
The syscall package depends on many NetBSD-specific types on NetBSD.
Teach mksysinfo.sh to export these types.

This alone is not sufficient to get the syscall package to compile on
NetBSD, but it's a start.

Note that the IfMsgHdr type is recapitalized to IfMsghdr, which requires
changes in the AIX port. The new capitalization is what's used by
upstream in existing NetBSD-specific code and is more consistent with
the capitalization of other C structs with the "hdr" suffix.

Updates golang/go#38538.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/261739
2020-10-14 13:56:01 -07:00
..
archive
bufio
builtin
bytes
cmd libgo: add 32-bit RISC-V (RV32) support 2020-09-30 19:47:48 -07:00
compress
container
context
crypto
database/sql
debug libgo: add 32-bit RISC-V (RV32) support 2020-09-30 19:47:48 -07:00
encoding
errors
expvar
flag
fmt
go libgo: add 32-bit RISC-V (RV32) support 2020-09-30 19:47:48 -07:00
golang.org/x libgo: add 32-bit RISC-V (RV32) support 2020-09-30 19:47:48 -07:00
hash
html
image
index/suffixarray
internal reflect: ensure uniqueness of type descriptors on AIX. 2020-10-13 17:54:37 -07:00
io
log
math
mime
net net: add hurd build tag 2020-09-28 16:16:54 -07:00
os
path
plugin
reflect reflect: ensure uniqueness of type descriptors on AIX. 2020-10-13 17:54:37 -07:00
regexp
runtime libgo: export NetBSD-specific types in mksysinfo.sh 2020-10-14 13:56:01 -07:00
sort
strconv
strings
sync libgo: update to Go1.15.2 release 2020-09-23 17:32:49 -07:00
syscall syscall: port fix for netbsd unix sockets from upstream 2020-10-13 22:19:35 -07:00
testdata
testing libgo: update to Go1.15.2 release 2020-09-23 17:32:49 -07:00
text
time
unicode