]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: remove sym.Symbol based host object support
authorCherry Zhang <cherryyz@google.com>
Sat, 1 Feb 2020 22:04:34 +0000 (17:04 -0500)
committerCherry Zhang <cherryyz@google.com>
Wed, 5 Feb 2020 20:51:57 +0000 (20:51 +0000)
commit7cf907606d7e2c86abad6180a0467fb4a3797268
treec49047c995f211e09c646d34cf853714e9eae467
parent29d95be875d83051d6fe7a19eb48db8f7a173a81
[dev.link] cmd/link: remove sym.Symbol based host object support

We have converted all the host object readers to the new loader
based mechanism, and no longer do sym.Symbol host object loading.
Remove that support. So we don't have to take care of that in
future changes to the loader.

TODO: there are still code outside the loader than can be
removed. This CL only focuses on the loader.

Change-Id: I67dd75f631964921a7c7a6576ed95b071241484a
Reviewed-on: https://go-review.googlesource.com/c/go/+/217518
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/link/internal/loader/loader.go