]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: removed some uses of stringsCompare
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 24 Sep 2015 14:01:50 +0000 (16:01 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 24 Sep 2015 15:05:04 +0000 (15:05 +0000)
commit550b7ccf77b0484aae10275ab7b9e7c510f8e7e1
tree2add55df5a26dbe609b1c74ef835e01c06527c09
parentffe743945fedb43fd29cf578f06be5d5d0577f57
cmd/link/internal/ld: removed some uses of stringsCompare

Only one use of stringsCompare is left. Cannot simply be replaced by
strings.Compare for bootstrapping reasons I guess.
Moving the function away from util.go to the actual destination data.go
also would not help much. So I left this one unchanged for readability and convenience.

Change-Id: I60d22fec0be8f8c47c80586436f9a550af59194e
Reviewed-on: https://go-review.googlesource.com/14953
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/internal/ld/macho.go
src/cmd/link/internal/ld/pe.go