]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add missing EM_AARCH64 to machineStrings
authorTobias Klauser <tklauser@distanz.ch>
Tue, 10 Apr 2018 07:57:14 +0000 (09:57 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 10 Apr 2018 14:30:45 +0000 (14:30 +0000)
commit7cb7d62950630a5a878ee6665258275fc935ef2f
treec7f1107d5aeef6c0957d9b4fd47b080fe9d53344
parentace5fa1a609c28cbfcede4639d3eed47c47b2774
debug/elf: add missing EM_AARCH64 to machineStrings

EM_AARCH64 is defined as a constant, but the corresponding entry in
machineStrings is missing. Add it.

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