]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link: export loader's symbol bitmap
authorCherry Zhang <cherryyz@google.com>
Tue, 25 Feb 2020 20:15:11 +0000 (15:15 -0500)
committerCherry Zhang <cherryyz@google.com>
Wed, 26 Feb 2020 17:38:11 +0000 (17:38 +0000)
commit23c52de5fccc902d564af65fc3dd24ca754b2c8b
tree161db3c7e27dbf20b8623bc2e1260ad873c2ea44
parent416561c9e2912a0bc32512a961225f9e9ec65e9c
[dev.link] cmd/link: export loader's symbol bitmap

Export loader's bitmap. As more things converted to new style,
I think it may be not uncommon to have bitmaps for symbols used
outside of the loader.

Change-Id: Ida68dac87988957a29985143121d781296820fcf
Reviewed-on: https://go-review.googlesource.com/c/go/+/220980
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/loader/loader.go