]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add R_RISCV_32_PCREL relocation
authorTobias Klauser <tklauser@distanz.ch>
Fri, 7 Sep 2018 10:45:49 +0000 (12:45 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 7 Sep 2018 11:07:39 +0000 (11:07 +0000)
commitf64c0b2a281fd1587c2e2e1c488cec0fa5de6e3e
treee7f36b29e4259ab4550e8569d64eecd2c77e8012
parent73b8e5f81b992597462d39978bad09c0f88a530e
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>
src/debug/elf/elf.go