Module Name: src
Committed By: christos
Date: Sat Sep 3 11:18:28 UTC 2016
Modified Files:
src/sys/sys: exec_elf.h
Log Message:
Add mips abiflags section
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/sys/exec_elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.155 src/sys/sys/exec_elf.h:1.156
--- src/sys/sys/exec_elf.h:1.155 Tue May 31 16:02:16 2016
+++ src/sys/sys/exec_elf.h Sat Sep 3 07:18:28 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf.h,v 1.155 2016/05/31 20:02:16 christos Exp $ */
+/* $NetBSD: exec_elf.h,v 1.156 2016/09/03 11:18:28 christos Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -364,6 +364,7 @@ typedef struct {
#define PT_HIPROC 0x7fffffff
#define PT_MIPS_REGINFO 0x70000000
+#define PT_MIPS_ABIFLAGS 0x70000003
/* p_flags */
#define PF_R 0x4 /* Segment is readable */