elfdump: report MIPS ELF section type SHT_MIPS_REGINFO

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-09-23 00:32:38 +00:00
parent 8264830c95
commit 050747f2c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288138

View File

@ -379,6 +379,7 @@ sh_types(uint64_t machine, uint64_t sht) {
break;
case EM_MIPS:
switch (sht) {
case SHT_MIPS_REGINFO: return "SHT_MIPS_REGINFO";
case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS";
case SHT_MIPS_ABIFLAGS: return "SHT_MIPS_ABIFLAGS";
}