]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/asm: dump sym ABI versions for -S=2
authorThan McIntosh <thanm@google.com>
Thu, 17 Sep 2020 19:35:31 +0000 (15:35 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 17 Sep 2020 23:22:34 +0000 (23:22 +0000)
commit982ac06f3df4ea08ae0506e6f9fb53eb27ddb140
tree7558d7c9765467633559a33aa98bf168cb28c16a
parent75fab04b83a832eb84bec9e1f23d395a342c865c
cmd/compile,cmd/asm: dump sym ABI versions for -S=2

When -S=2 is in effect for the compiler/assembler, include symbol ABI
values for defined symbols and relocations. This is intended to help
make it easier to distinguish between a symbol and its ABI wrapper.

Change-Id: Ifbf71372392075f15363b40e882b2132406b7d6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/255718
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/internal/obj/objfile.go