]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add machine and OSABI constants
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 May 2018 12:00:42 +0000 (14:00 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 8 May 2018 14:49:42 +0000 (14:49 +0000)
commitd148cbe1ec0f4cf9060c89561daff6ac5c3e0ad0
tree831b8b753a0627a1328303b727f637aa99f38e70
parent5188b4dea0614a15caa729d3c3153e1128e55f80
debug/elf: add machine and OSABI constants

Provide a complete list of EM_* and ELFOSABI_* constants.

Compiled from the tables at
http://www.sco.com/developers/gabi/latest/ch4.eheader.html
and llvm/BinaryFormat/ELF.h from LLVM.

Change-Id: Ice1e1476076fafdb8bb8af848caec6d80a82c452
Reviewed-on: https://go-review.googlesource.com/112115
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