elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGS

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-09-22 01:45:43 +00:00
parent 2889bad81c
commit 4db90148e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288083

View File

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