]> Cypherpunks repositories - gostls13.git/commit
cmd/link: make listsort less generic
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sun, 21 Aug 2016 22:53:05 +0000 (10:53 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Mon, 22 Aug 2016 01:55:12 +0000 (01:55 +0000)
commit82c1e22e13aeb60866031a8dc23bd78c60c1e782
tree55e6a1cda967f2fddb1f1d642f5f9426416a3b74
parentec8d49c139d2052f200b6867122c678adbbfc142
cmd/link: make listsort less generic

It's always called with the same arguments now.

Maybe the real fix is to make Symbol.Sub a slice but that requires a bit more
brain.

Change-Id: I1326d34a0a327554be6d54f9bd402ea328224766
Reviewed-on: https://go-review.googlesource.com/27416
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/ldelf.go
src/cmd/link/internal/ld/ldmacho.go
src/cmd/link/internal/ld/ldpe.go