]> Cypherpunks repositories - gostls13.git/commit
misc/cgo: enable testso and testsovar on mips64x
authorTobias Klauser <tklauser@distanz.ch>
Wed, 29 Jan 2020 23:25:19 +0000 (00:25 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 23 Feb 2020 17:08:17 +0000 (17:08 +0000)
commit576cc530c93d416f6fe3a0b8fefac47e83715216
tree62cf71928ff86daa63cd45652183b5f0018c7124
parent6e5652bebede2d53484a872f6d1dfeb498b0b50c
misc/cgo: enable testso and testsovar on mips64x

External linking on mips64 was implemented in CL 19803 and CL 19809

Updates #12560
Updates #14126

Change-Id: I2cc127d71173aade56ad181bdd947355a76b3e46
Reviewed-on: https://go-review.googlesource.com/c/go/+/217017
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/cgo/testso/so_test.go
misc/cgo/testsovar/so_test.go