]> Cypherpunks repositories - gostls13.git/commit
cmd/link: replace SSUB with an attribute bit
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 28 Apr 2017 01:01:03 +0000 (13:01 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 24 Oct 2017 23:06:28 +0000 (23:06 +0000)
commit1b8987f1a708539dbadedb67a69987b2b61705fe
tree50ff509da294a6bdca08c849ffaedfcdd4bbb006
parent1643d4f33a0ed45cef0f6d33aff207ad530f9c94
cmd/link: replace SSUB with an attribute bit

There is some stuff I don't understand very well involved in SSUB, better words
for the documentation gratefully accepted.

As this is the last use of a bit in SMASK, kill that off too.

Change-Id: Iddff1c9b2af02c9dfb12ac8e668d004e4642f997
Reviewed-on: https://go-review.googlesource.com/42026
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
12 files changed:
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/ld/ar.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/loadelf/ldelf.go
src/cmd/link/internal/loadmacho/ldmacho.go
src/cmd/link/internal/loadpe/ldpe.go
src/cmd/link/internal/sym/attribute.go
src/cmd/link/internal/sym/symkind.go
src/cmd/link/internal/x86/asm.go