svn commit: r215742 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Tue Nov 23 12:51:09 UTC 2010


Author: kib
Date: Tue Nov 23 12:51:08 2010
New Revision: 215742
URL: http://svn.freebsd.org/changeset/base/215742

Log:
  Add PT_GNU_STACK definition.
  
  MFC after:	3 days

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Tue Nov 23 12:47:15 2010	(r215741)
+++ head/sys/sys/elf_common.h	Tue Nov 23 12:51:08 2010	(r215742)
@@ -325,6 +325,7 @@ typedef struct {
 #define	PT_LOOS		0x60000000	/* First OS-specific. */
 #define	PT_SUNW_UNWIND	0x6464e550	/* amd64 UNWIND program header */
 #define	PT_GNU_EH_FRAME	0x6474e550
+#define	PT_GNU_STACK	0x6474e551
 #define	PT_LOSUNW	0x6ffffffa
 #define	PT_SUNWBSS	0x6ffffffa	/* Sun Specific segment */
 #define	PT_SUNWSTACK	0x6ffffffb	/* describes the stack segment */


More information about the svn-src-all mailing list