]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: more Linksym cleanup
authorMatthew Dempsky <mdempsky@google.com>
Tue, 29 Dec 2020 05:01:34 +0000 (21:01 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 29 Dec 2020 07:55:00 +0000 (07:55 +0000)
commita5ec920160da51166ee22ac0e5335f51a5d36d8e
tree8a3bf83d733873d3f4f9ccbc8f65fb18eef377fd
parentec59b197d5d92ad758c3214d906f9c750cd5b84e
[dev.regabi] cmd/compile: more Linksym cleanup

This largely gets rid of the remaining direct Linksym calls, hopefully
enough to discourage people from following bad existing practice until
Sym.Linksym can be removed entirely.

Passes toolstash -cmp.

Change-Id: I5d8f8f703ace7256538fc79648891ede0d879dc2
Reviewed-on: https://go-review.googlesource.com/c/go/+/280641
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/pkginit/init.go
src/cmd/compile/internal/reflectdata/alg.go
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/staticdata/data.go