aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfdump
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-09-22 01:45:43 +0000
committerEd Maste <emaste@FreeBSD.org>2015-09-22 01:45:43 +0000
commit4db90148e170139a889caba25a48a5886f9b2f72 (patch)
tree6bb72438dbd07736fb1d46b82b4055f0a97c2c51 /usr.bin/elfdump
parent2889bad81c2598a32bd5bab1aaf494ec63fb355a (diff)
downloadsrc-4db90148e170139a889caba25a48a5886f9b2f72.tar.gz
src-4db90148e170139a889caba25a48a5886f9b2f72.zip
Notes
Diffstat (limited to 'usr.bin/elfdump')
-rw-r--r--usr.bin/elfdump/elfdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c
index 2147fcb3179b..33cc9c49b2ea 100644
--- a/usr.bin/elfdump/elfdump.c
+++ b/usr.bin/elfdump/elfdump.c
@@ -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;
}