Author: emaste
Date: Wed Sep 23 00:32:38 2015
New Revision: 288138
URL: https://svnweb.freebsd.org/changeset/base/288138
Log:
elfdump: report MIPS ELF section type SHT_MIPS_REGINFO
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/elfdump/elfdump.c
Modified: head/usr.bin/elfdump/elfdump.c
==============================================================================
--- head/usr.bin/elfdump/elfdump.c Tue Sep 22 23:57:52 2015
(r288137)
+++ head/usr.bin/elfdump/elfdump.c Wed Sep 23 00:32:38 2015
(r288138)
@@ -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";
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"