]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: print symbol index at -S=3
authorCherry Mui <cherryyz@google.com>
Wed, 15 May 2024 01:39:30 +0000 (21:39 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 15 May 2024 14:39:06 +0000 (14:39 +0000)
commit805654077252b0f34fb4323a519618ffad5a611e
tree169b8b2c1fa5d7bba285b1659cc77a36f39aab10
parent408739fc96f00a50642673544e803a3c3f3e27df
cmd/internal/obj: print symbol index at -S=3

When the compiler or assembler's -S flag is set to 3 or higher,
print the symbol index, for debugging.

Change-Id: Ia7a42b0c017105ef12fd97b3e52de0e155b0cf2e
Reviewed-on: https://go-review.googlesource.com/c/go/+/585655
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/obj/objfile.go