]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objfile: use aux symbol for pcdata references
authorCherry Mui <cherryyz@google.com>
Mon, 27 Sep 2021 19:55:53 +0000 (15:55 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 28 Sep 2021 15:26:21 +0000 (15:26 +0000)
commit583eeaae509a01cc50955c4174044b9dac539ff6
tree251b1750bf8c4a8de2a128eeefb16044ba0ef007
parentdf63673d6a85d4243cc68c2225264afab6cfbf3b
cmd/internal/objfile: use aux symbol for pcdata references

Pcdata are now separate aux symbols. Read them from aux, instead
of using funcinfo.

Change-Id: Ib3e4b5cff1e3329d0600504a8829a969a9c9f517
Reviewed-on: https://go-review.googlesource.com/c/go/+/352612
Trust: Cherry Mui <cherryyz@google.com>
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/internal/goobj/objfile.go
src/cmd/internal/objfile/goobj.go