Add basic recognition of new EM_ ELF machine numbers.
authorNick Clifton <nickc@redhat.com>
Fri, 10 Mar 2017 10:50:34 +0000 (10:50 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 10 Mar 2017 10:50:34 +0000 (10:50 +0000)
commit55e22ca83ae50d6fe422cd0542f2a1a5934b2dd2
treed0d0e1f6b31147d5153526de39e773d8a0b09c41
parentf9f791a1b147c404a489485dba5eca49f8dbcbb9
Add basic recognition of new EM_ ELF machine numbers.

include * elf/common.h (EM_LANAI): New machine number.
(EM_BPF): Likewise.
(EM_WEBASSEMBLY): Likewise.
Move low value, deprecated, numbers to their numerical
equivalents.

binutils * readelf.c (get_machine_name): Rearrange switch table in order of
increasing machine number.  Add missing entries.
binutils/ChangeLog
binutils/readelf.c
include/ChangeLog
include/elf/common.h
This page took 0.024676 seconds and 4 git commands to generate.