]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: fix up stray references to legacy "newdie" function
authorThan McIntosh <thanm@google.com>
Tue, 10 Mar 2020 14:01:11 +0000 (10:01 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 10 Mar 2020 17:18:55 +0000 (17:18 +0000)
commitefbab6dc7dabde698aebb72d15bbf6708dec7be8
tree24267ab49e23947a49829742010e50ec34fa5d40
parent24064a302c36b86f2f57932c71aeff876d2afc47
[dev.link] cmd/link: fix up stray references to legacy "newdie" function

In a couple of places in the DWARF type generation code there were
calls to the older sym.Symbol "newdie" funtion as opposed to the
loader.Sym based method. This patch converts these to method calls.

Change-Id: I202957464b7c37063ff74e834ed7b76d1dc5bcdf
Reviewed-on: https://go-review.googlesource.com/c/go/+/222757
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/dwarf.go