go/src/debug/elf
Tobias Klauser f64c0b2a28 debug/elf: add R_RISCV_32_PCREL relocation
This were missed in CL 107339 as it is not documented (yet) in
https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md

But binutils already uses it. See
https://github.com/riscv/riscv-elf-psabi-doc/issues/36

Change-Id: I1b084cbf70eb6ac966136bed1bb654883a97b6a9
Reviewed-on: https://go-review.googlesource.com/134015
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-09-07 11:07:39 +00:00
..
testdata debug/elf: add riscv64 relocations 2018-04-18 13:19:31 +00:00
elf.go debug/elf: add R_RISCV_32_PCREL relocation 2018-09-07 11:07:39 +00:00
elf_test.go
file.go debug/elf,macho,pe: support compressed DWARF 2018-06-19 22:13:51 +00:00
file_test.go all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
reader.go debug/elf: make safe for Go 1.4 compilers 2017-10-05 17:39:35 +00:00
symbols_test.go