]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't include arginfo symbols in symbol table
authorCherry Mui <cherryyz@google.com>
Thu, 6 May 2021 20:16:19 +0000 (16:16 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 7 May 2021 14:13:18 +0000 (14:13 +0000)
commitbdb804466568c79e488a7b16f6ffd045f2dc6dfa
tree23b0e4f3cd02915a3ac0481365064c9d7c02e06d
parentf5423ea615b94455e4f6b9cbee491b492bf2e1fe
cmd/link: don't include arginfo symbols in symbol table

We recently add arginfo symbols for traceback argument metadata.
Like other metadata symbols (GC bitmaps, opendefer info, etc.),
skip arginfo symbols for symbol table as well.

Fixes #45971.

Change-Id: I7a126b75f70ec88e2170e9a274d968762c7bce56
Reviewed-on: https://go-review.googlesource.com/c/go/+/317769
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/symtab.go