svn commit: r358753 - stable/11/sys/sys
Ed Maste
emaste at FreeBSD.org
Sun Mar 8 18:11:16 UTC 2020
Author: emaste
Date: Sun Mar 8 18:11:15 2020
New Revision: 358753
URL: https://svnweb.freebsd.org/changeset/base/358753
Log:
MFC r357056: add MIPS-specific PT header ELF definitions
Submitted by: David Carlier
Modified:
stable/11/sys/sys/elf_common.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/elf_common.h
==============================================================================
--- stable/11/sys/sys/elf_common.h Sun Mar 8 18:10:41 2020 (r358752)
+++ stable/11/sys/sys/elf_common.h Sun Mar 8 18:11:15 2020 (r358753)
@@ -516,6 +516,10 @@ typedef struct {
#define PT_LOPROC 0x70000000 /* First processor-specific type. */
#define PT_ARM_ARCHEXT 0x70000000 /* ARM arch compat information. */
#define PT_ARM_EXIDX 0x70000001 /* ARM exception unwind tables. */
+#define PT_MIPS_REGINFO 0x70000000 /* MIPS register usage info */
+#define PT_MIPS_RTPROC 0x70000001 /* MIPS runtime procedure tbl */
+#define PT_MIPS_OPTIONS 0x70000002 /* MIPS e_flags value*/
+#define PT_MIPS_ABIFLAGS 0x70000003 /* MIPS fp mode */
#define PT_HIPROC 0x7fffffff /* Last processor-specific type. */
/* Values for p_flags. */
More information about the svn-src-all
mailing list