]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd: default to new object files
authorCherry Zhang <cherryyz@google.com>
Wed, 9 Oct 2019 14:22:20 +0000 (10:22 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 16 Oct 2019 15:57:07 +0000 (15:57 +0000)
commit5caac2f73efe7fc6919f7850d99c35cde02012b5
treed1aab7ddcf0096da6d15c53a2c54f01838d0858e
parentc9470b04833332a8e2287364ccfa3e690f5a2047
[dev.link] cmd: default to new object files

Switch the default to new object files.

Internal linking cgo is disabled for now, as it does not work yet
in newobj mode.

Shared libraries are also broken.

Disable some tests that are known broken for now.

Change-Id: I8ca74793423861d607a2aa7b0d89a4f4d4ca7671
Reviewed-on: https://go-review.googlesource.com/c/go/+/200161
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
misc/cgo/testplugin/testdata/host/host.go
src/cmd/asm/internal/flags/flags.go
src/cmd/compile/internal/gc/main.go
src/cmd/dist/test.go
src/cmd/link/internal/ld/config.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/main.go
src/cmd/nm/nm_cgo_test.go
src/debug/pe/file_cgo_test.go
src/runtime/runtime-gdb_test.go
test/linkx.go