]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: move new decodesym utility routines to a separate file
authorThan McIntosh <thanm@google.com>
Fri, 13 Dec 2019 18:45:15 +0000 (13:45 -0500)
committerThan McIntosh <thanm@google.com>
Fri, 27 Dec 2019 15:06:07 +0000 (15:06 +0000)
commitca90d3de9f643dd068e81259ba5fa3d2c1c4c678
treee6775d7563fd6d974391c2bdf39589337dd58990
parent026b98a2a230ef378e8f802f8671f421c127e258
[dev.link] cmd/link: move new decodesym utility routines to a separate file

Relocate the various new functions for decoding type.* symbol payloads
(using new loader interfaces) to a new file, as opposed to having them
tacked onto the end of deadcode2.go.

Change-Id: I830a8d1b63d70d5bcbc213f2388d00e12f009a77
Reviewed-on: https://go-review.googlesource.com/c/go/+/211305
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/deadcode2.go
src/cmd/link/internal/ld/decodesym2.go [new file with mode: 0644]