Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 14:22:29 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26853 for review
Message-ID:  <200303132222.h2DMMThF000554@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26853

Change 26853 by jmallett@jmallett_dalek on 2003/03/13 14:21:44

	Add the register info program header type.

Affected files ...

.. //depot/projects/mips/sys/mips/include/elf.h#4 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/elf.h#4 (text+ko) ====

@@ -190,6 +190,9 @@
 #define	ELF_TARG_MACH	ELF_ARCH
 #define	ELF_TARG_VER	1
 
+/* machdep program header types */
+#define	PT_MIPS_REGINFO	0x70000000
+
 #ifdef _KERNEL
 
 /*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303132222.h2DMMThF000554>