elfdump: report MIPS ELF section type SHT_MIPS_REGINFO
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b17d09da88
commit
3ef25e9daf
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user