Minor enhancements for readelf-based tests (#293)
authorPierre-Marie de Rodat <pmderodat@kawie.fr>
Mon, 9 Mar 2020 12:36:55 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 12:36:55 +0000 (05:36 -0700)
commit2060b82be27313536aa820e2c17341161a5d2438
tree8f7f5bc157e63249786580a75357049c77e3bb29
parent6fff9b53f24478610f4bc2e6a6e5b4d75f686f8a
Minor enhancements for readelf-based tests (#293)

* Add handling for SHT_MIPS_ABIFLAGS section types

* Add handling for SHF_MASKPROC section flags

* Add handling for DT_MIPS_FLAGS dynamic table entries

* Display DT_MIPS_SYMTABNO and DT_MIPS_LOCAL_GOTNO entries as decimal ints

* Adjust display of NT_GNU_GOLD_VERSION notes
elftools/elf/constants.py
elftools/elf/descriptions.py
elftools/elf/enums.py
scripts/readelf.py