]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Update list of ELF machine numbers.
authorNick Clifton <nickc@redhat.com>
Mon, 17 Oct 2016 10:46:32 +0000 (11:46 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 17 Oct 2016 10:46:32 +0000 (11:46 +0100)
commit6d91379408b87b6d0c1cd4bc2880b530cc4ec721
tree8f8b0e05296fe84bc3619001a3499356571d3545
parent41f225defe891ff71d3c8a149cdc1ed8f3a64c5c
Update list of ELF machine numbers.

include * elf/common.h (DT_SYMTAB_SHNDX): Define.
(EM_CLOUDSHIELD, EM_COREA_1ST, EM_COREA_2ND, EM_OPEN8): Define.
(EM_VIDEOCORE5, EM_56800EX, EM_BA1, EM_BA2, EM_XCORE): Define.
(EM_MCHP_PIC, EM_KM32, EM_KMX32, EM_KMX16, EM_KMX8): Define.
(EM_KVARC, EM_CDP, EM_COGE, EM_COOL, EM_NORC): Define.
(EM_CSR_KALIMBA, EM_Z80, EM_AMDGPU, EM_RISCV): Define.
(ELFOSABI_OPENVOS): Define.
(GRP_MASKOS, GRP_MASKPROC): Define.

binutils * readelf.c (get_dynamic_type): Add DT_SYMTAB_SHNDX.
(get_machine_type): Add EM_CLOUDSHIELD, EM_COREA_1ST,
EM_COREA_2ND, EM_OPEN8, EM_VIDEOCORE5, EM_56800EX, EM_BA1, EM_BA2,
EM_XCORE, EM_MCHP_PIC, EM_KM32, EM_KMX32, EM_KMX16, EM_KMX8,
EM_KVARC, EM_CDP, EM_COGE, EM_COOL, EM_NORC, EM_CSR_KALIMBA,
EM_Z80, EM_AMDGPU, EM_RISCV.
(get_osabi_name): Add ELFOSABI_CLOUDABI and ELFOSABI_OPENVS.
(get_group_flags): Update to handle flags in the
GRP_MASKOS and GRP_MASKPROC ranges.
binutils/ChangeLog
binutils/readelf.c
include/ChangeLog
include/elf/common.h