]> Cypherpunks repositories - gostls13.git/commit
cmd/link: replace Segment's linked list of Sections with a slice
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 18 Apr 2017 09:52:06 +0000 (21:52 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 18 Apr 2017 21:24:32 +0000 (21:24 +0000)
commit743fe0697d88cfc359662fc7f10b420ba0a913c2
tree5fdb8c7f568339318a6c9a58527e86e9864bf6aa
parent46ecac99fb83c3e9ea0d817839c7136ef74d3d10
cmd/link: replace Segment's linked list of Sections with a slice

Just noticed this in passing.

Change-Id: I58fa828ef58598209ed4cbe4abc6f9f02ffc4844
Reviewed-on: https://go-review.googlesource.com/40896
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
15 files changed:
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/macho.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/ld/symtab.go
src/cmd/link/internal/mips/asm.go
src/cmd/link/internal/mips64/asm.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/s390x/asm.go
src/cmd/link/internal/x86/asm.go