gcc/libgo/go
Ian Lance Taylor a846424359 runtime/internal/sys: new package, API copied from Go 1.7
Copy over the Go 1.7 runtime/internal/sys package, but instead of having
    separate files for each GOARCH and GOOS value, set the values in
    configure.ac and write them out in Makefile.am.  Setting the values in
    configure.ac should make it easier to add new processors.
    
    Remove the automake GOARCH conditionals, which are no longer used.
    Leave the GOOS conditionals for now, as they are used for the C runtime
    package.
    
    Reviewed-on: https://go-review.googlesource.com/29018

From-SVN: r240083
2016-09-11 13:23:27 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/go: ignore errors from go/build for standard packages 2016-08-15 18:05:24 +00:00
compress libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
container
context libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
crypto libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go
golang_org/x/net
hash libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
html
image
index/suffixarray
internal internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
io libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
log libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
math libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
mime
net libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
old
os libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
path libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
reflect libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
regexp
runtime runtime/internal/sys: new package, API copied from Go 1.7 2016-09-11 13:23:27 +00:00
sort
strconv
strings libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sync
syscall libgo: update to Go 1.7.1 release 2016-09-10 13:14:00 +00:00
testing
text text/template: reduce maxExecDepth for gccgo further 2016-08-08 22:55:29 +00:00
time
unicode