Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Reviewed-by: Clément Chigot <[email protected]> Reviewed-by: Keith Randall <[email protected]>
- Loading branch information