Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 22:55:38 +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: r233401 - head/lib/libelf
Message-ID:  <201203232255.q2NMtcqZ097825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203232255.q2NMtcqZ097825>