]> Cypherpunks repositories - gostls13.git/commit
debug/elf: added MIPS ELF relocations
authorYao Zhang <lunaria21@gmail.com>
Thu, 10 Sep 2015 13:15:19 +0000 (09:15 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:50:32 +0000 (04:50 +0000)
commit7ff52e13cdc61af1f63ab27bd91c1f00cf11bd86
tree5b9c687d79553fa2680389b06d6790ecff76dedd
parent559fb85af6e2ba723da0377d2c72cfadeb32768a
debug/elf: added MIPS ELF relocations

Change-Id: I05352749a852095baae2f67fd71ffcf5f727538d
Reviewed-on: https://go-review.googlesource.com/14453
Reviewed-by: Minux Ma <minux@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-gcc492-mips64.obj [new file with mode: 0644]
src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj [new file with mode: 0644]