]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add riscv64 relocations
authorTobias Klauser <tklauser@distanz.ch>
Thu, 12 Apr 2018 14:35:51 +0000 (16:35 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 18 Apr 2018 13:19:31 +0000 (13:19 +0000)
commit96f6cc15949c27df4fe5df3c5ac9952f37543333
tree5647d20a6065f4deb612f47b60d7fa192910dd5d
parent47435b1da1e2a5698d1cfddc0eff889e4fdb6111
debug/elf: add riscv64 relocations

Based on the code from https://github.com/riscv/riscv-go/ originally
written by Amol Bhave.

Change-Id: I8d5377096d4ff8b198dadb630511f9a0347f9797
Reviewed-on: https://go-review.googlesource.com/107339
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/debug/elf/elf.go
src/debug/elf/file.go
src/debug/elf/file_test.go
src/debug/elf/testdata/go-relocation-test-gcc720-riscv64.obj [new file with mode: 0644]