]> Cypherpunks repositories - gostls13.git/commit
cmd/go: more cross-package references from internal/syscall/unix
authorAustin Clements <austin@google.com>
Tue, 13 Nov 2018 23:38:49 +0000 (18:38 -0500)
committerAustin Clements <austin@google.com>
Fri, 23 Nov 2018 21:21:35 +0000 (21:21 +0000)
commitc6d493937e7047057a9833661d6d20ce72f904b4
tree8b346e163d97102318908f609c0990edc6f00c66
parent63a3993a336714f95400e3e614064d4ae72995de
cmd/go: more cross-package references from internal/syscall/unix

On some platforms, assembly in internal/syscall/unix references
unexported runtime symbols. Catch these references so the compiler can
generate the necessary ABI wrappers.

Fixes #28769.
Updates #27539.

Change-Id: I118eebfb8b3d907b4c3562198e6afb49854f5827
Reviewed-on: https://go-review.googlesource.com/c/149817
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Clément Chigot <clement.chigot@atos.net>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/go/internal/work/gc.go