]> Cypherpunks repositories - gostls13.git/commit
cmd/link: show native relocation type name in error messages
authorHiroshi Ioka <hirochachacha@gmail.com>
Thu, 17 Aug 2017 00:45:20 +0000 (09:45 +0900)
committerIan Lance Taylor <iant@golang.org>
Thu, 17 Aug 2017 23:41:25 +0000 (23:41 +0000)
commit2763672ecbddec940c6586f43c98bf72a49bcc81
tree28e7c1979285a29e75cdfc93781cc77e1758fe69
parentbf4d8d3d055c47c03d8e0e05e8d07fd94f793e53
cmd/link: show native relocation type name in error messages

Change-Id: I7f7b1e7ef832d53a93562b08ae914d023247c2c0
Reviewed-on: https://go-review.googlesource.com/56312
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
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/elf.go
src/cmd/link/internal/ld/link.go
src/cmd/link/internal/ld/macho.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/x86/asm.go