]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/sym: uncomment code for ELF cases in RelocName
authorIskander Sharipov <quasilyte@gmail.com>
Tue, 10 Jul 2018 06:27:39 +0000 (09:27 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 22:47:21 +0000 (22:47 +0000)
commitca8ba0675a5a73b4e0ad8ba1c50e244b793934ee
treeddc7c484edd0a6470dea6eb0d0f95af37d8eb1c8
parent6ebc31f9fb0ade22c605c146f651f18f9fc0b61d
cmd/link/internal/sym: uncomment code for ELF cases in RelocName

When this code was introduced, there were no R_MIPS, R_PPC64 and
R_390 and build would fail with this code uncommented.
Now we have those.

Change-Id: I18a54eaa250db12e293f8e4d1f080f1dd2e66a4f
Reviewed-on: https://go-review.googlesource.com/122896
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/sym/reloc.go