]> Cypherpunks repositories - gostls13.git/commit
cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 28 Apr 2017 00:43:06 +0000 (12:43 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Mon, 16 Oct 2017 06:40:13 +0000 (06:40 +0000)
commit1341104ae25a5bb6d3d22db1673e1fa050f0768e
treeb9bda7abc497611eada8f13aa0b8c33455daf3d5
parent7128ed0501cc73a4d644ba1c510a152d680367a9
cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute

This is https://go-review.googlesource.com/42025 but with some more fixes --
hidden symbols implicitly passed "Type == 0 || Type == SXREF" checks. (This
sort of thing is part of why I wanted to make this change)

Change-Id: I2273ee98570fd7f2dd8a799c692a2083c014235e
Reviewed-on: https://go-review.googlesource.com/42330
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/loadelf/ldelf.go
src/cmd/link/internal/s390x/asm.go
src/cmd/link/internal/sym/attribute.go
src/cmd/link/internal/sym/symkind.go
src/cmd/link/internal/x86/asm.go