Date: Mon, 26 Mar 2012 21:31:57 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233524 - head/lib/libelf Message-ID: <201203262131.q2QLVv8H051122@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gonzo Date: Mon Mar 26 21:31:57 2012 New Revision: 233524 URL: http://svn.freebsd.org/changeset/base/233524 Log: Handle MIPS .reginfo section as ELF_T_BYTE Modified: head/lib/libelf/libelf_data.c Modified: head/lib/libelf/libelf_data.c ============================================================================== --- head/lib/libelf/libelf_data.c Mon Mar 26 21:26:23 2012 (r233523) +++ head/lib/libelf/libelf_data.c Mon Mar 26 21:31:57 2012 (r233524) @@ -86,6 +86,8 @@ _libelf_xlate_shtype(uint32_t sht) #endif case SHT_MIPS_DWARF: /* FALLTHROUGH */ + case SHT_MIPS_REGINFO: + /* FALLTHROUGH */ case SHT_MIPS_OPTIONS: /* FALLTHROUGH */ case SHT_AMD64_UNWIND: /* == SHT_IA_64_UNWIND */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203262131.q2QLVv8H051122>