Author: gonzo Date: Fri Mar 23 22:55:37 2012 New Revision: 233401 URL: http://svn.freebsd.org/changeset/base/233401
Log: Add handler for MIPS.options section Modified: head/lib/libelf/libelf_data.c Modified: head/lib/libelf/libelf_data.c ============================================================================== --- head/lib/libelf/libelf_data.c Fri Mar 23 22:52:23 2012 (r233400) +++ head/lib/libelf/libelf_data.c Fri Mar 23 22:55:37 2012 (r233401) @@ -86,6 +86,8 @@ _libelf_xlate_shtype(uint32_t sht) #endif case SHT_MIPS_DWARF: /* FALLTHROUGH */ + case SHT_MIPS_OPTIONS: + /* FALLTHROUGH */ case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */ return (ELF_T_BYTE); default: _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"