]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add "syscall" to the set of packages that run extFiles++
authorSameer Ajmani <sameer@golang.org>
Mon, 13 Feb 2017 19:59:45 +0000 (14:59 -0500)
committerSameer Ajmani <sameer@golang.org>
Mon, 13 Feb 2017 20:28:02 +0000 (20:28 +0000)
commit8d7722ede284af5da0f4757141e261cdc465db47
tree7add6aff00fe9aea7cb29acb2ab0acda558d96fc
parent663226d8e130470c1a627c64cf489261ebb6da08
cmd/go: add "syscall" to the set of packages that run extFiles++

This eliminates the need for syscall/asm.s, which is now empty.

Change-Id: Ied060195e03e9653251f54ea8ef6572444b37fdf
Reviewed-on: https://go-review.googlesource.com/36844
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/work/build.go
src/syscall/asm.s [deleted file]