svn commit: r233523 - head/sys/sys

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


Author: gonzo
Date: Mon Mar 26 21:26:23 2012
New Revision: 233523
URL: http://svn.freebsd.org/changeset/base/233523

Log:
  Add .reginfo section entry

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Mon Mar 26 21:22:53 2012	(r233522)
+++ head/sys/sys/elf_common.h	Mon Mar 26 21:26:23 2012	(r233523)
@@ -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_REGINFO	0x70000006
 #define	SHT_MIPS_OPTIONS	0x7000000d
 #define	SHT_MIPS_DWARF		0x7000001e	/* MIPS gcc uses MIPS_DWARF */
 #define	SHT_HIPROC		0x7fffffff	/* specific section header types */


More information about the svn-src-all mailing list