gcc/libgo/go
Ian Lance Taylor 41d3d0ac40 runtime: fix setting of isarchive
When I updated to Go 1.8, the initsig function moved from
    signal1_unix.go to signal_unix.go, and lost a gccgo-specific change in
    the move.  Add it back.
    
    This would have been caught by the misc/cgo/testcarchive tests in the
    gc repository, but we don't run those in the gccgo repository.  We
    should fix that, somehow.
    
    Reviewed-on: https://go-review.googlesource.com/35839

From-SVN: r244947
2017-01-26 19:07:54 +00:00
..
archive
bufio
builtin
bytes
cmd libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
compress libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
container
context
crypto libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
golang_org/x syscall, golang_org/x/net/lif: fixes for gccgo on Solaris 2017-01-18 03:37:52 +00:00
hash
html
image libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
index/suffixarray
internal
io
log
math re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols) 2017-01-20 20:39:10 +00:00
mime libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
net libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
os libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
path
plugin
reflect libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
regexp
runtime runtime: fix setting of isarchive 2017-01-26 19:07:54 +00:00
sort
strconv
strings
sync
syscall syscall, golang_org/x/net/lif: fixes for gccgo on Solaris 2017-01-18 03:37:52 +00:00
testing libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
text
time
unicode