svn commit: r233400 - head/sys/sys

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Mar 23 22:52:24 UTC 2012


Author: gonzo
Date: Fri Mar 23 22:52:23 2012
New Revision: 233400
URL: http://svn.freebsd.org/changeset/base/233400

Log:
  Add define for MIPS.options

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Fri Mar 23 22:03:46 2012	(r233399)
+++ head/sys/sys/elf_common.h	Fri Mar 23 22:52:23 2012	(r233400)
@@ -296,6 +296,7 @@ typedef struct {
 #define	SHT_HIOS		0x6fffffff	/* Last of OS specific semantics */
 #define	SHT_LOPROC		0x70000000	/* reserved range for processor */
 #define	SHT_AMD64_UNWIND	0x70000001	/* unwind information */
+#define	SHT_MIPS_OPTIONS	0x7000000d
 #define	SHT_MIPS_DWARF		0x7000001e	/* MIPS gcc uses MIPS_DWARF */
 #define	SHT_HIPROC		0x7fffffff	/* specific section header types */
 #define	SHT_LOUSER		0x80000000	/* reserved range for application */


More information about the svn-src-all mailing list