Ian Lance Taylor 6e7f1be7ae runtime: set isarchive in initsig
The library initialization code in go-libmain.c sets the C variable
    runtime_isarchive but failed to set the Go variable runtime.isarchive.
    We don't currently have a way to let C code access an unexported Go
    variable, but fortunately the only time the Go function initsig is
    called with an argument of true is exactly where we want to set
    isarchive.  So let initsig do it.
    
    Reviewed-on: https://go-review.googlesource.com/33753

From-SVN: r243094
2016-12-01 05:47:58 +00:00
..
2016-09-10 13:14:00 +00:00
2016-10-14 17:16:55 +00:00
2016-09-10 13:14:00 +00:00
2016-09-10 13:14:00 +00:00
2016-09-10 13:14:00 +00:00
2016-09-10 13:14:00 +00:00
2016-09-10 13:14:00 +00:00
2016-12-01 05:47:58 +00:00