Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add mips abiflags section



details:   https://anonhg.NetBSD.org/src/rev/b24c72bb4371
branches:  trunk
changeset: 817708:b24c72bb4371
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 03 11:18:28 2016 +0000

description:
Add mips abiflags section

diffstat:

 sys/sys/exec_elf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5c811e754f88 -r b24c72bb4371 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Sat Sep 03 09:31:22 2016 +0000
+++ b/sys/sys/exec_elf.h        Sat Sep 03 11:18:28 2016 +0000
@@ -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 @@
 #define PT_HIPROC      0x7fffffff
 
 #define PT_MIPS_REGINFO 0x70000000
+#define PT_MIPS_ABIFLAGS 0x70000003
 
 /* p_flags */
 #define PF_R           0x4             /* Segment is readable */



Home | Main Index | Thread Index | Old Index