]> Cypherpunks repositories - gostls13.git/commit
cmd: fix format strings used with obj.Headtype
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 10 Sep 2016 21:05:31 +0000 (14:05 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 10 Sep 2016 21:40:10 +0000 (21:40 +0000)
commit0e435347b1ed888f51706d5467fabb829292a5ff
treed0dccbb291506a93be7100a353bf02d49cb74777
parentf30598dd71b5bb7109eda56b02ea10d2b6cc1362
cmd: fix format strings used with obj.Headtype

Found by vet. Introduced by CL 28853.

Change-Id: I3199e0cbdb1c512ba29eb7e4d5c1c98963f5a954
Reviewed-on: https://go-review.googlesource.com/28957
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/obj/x86/asm6.go
src/cmd/link/internal/amd64/obj.go
src/cmd/link/internal/arm/obj.go
src/cmd/link/internal/arm64/obj.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/sym.go
src/cmd/link/internal/mips64/obj.go
src/cmd/link/internal/ppc64/obj.go
src/cmd/link/internal/x86/obj.go