svn commit: r233524 - head/lib/libelf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Mar 26 21:31:58 UTC 2012


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 */


More information about the svn-src-all mailing list