Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2012 06:39:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230901 - stable/8/sys/sys
Message-ID:  <201202020639.q126dXbI023176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Feb  2 06:39:33 2012
New Revision: 230901
URL: http://svn.freebsd.org/changeset/base/230901

Log:
  MFC r230783:
  Add definition for PT_GNU_RELRO.

Modified:
  stable/8/sys/sys/elf_common.h
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/sys/elf_common.h
==============================================================================
--- stable/8/sys/sys/elf_common.h	Thu Feb  2 06:18:41 2012	(r230900)
+++ stable/8/sys/sys/elf_common.h	Thu Feb  2 06:39:33 2012	(r230901)
@@ -326,6 +326,7 @@ typedef struct {
 #define	PT_SUNW_UNWIND	0x6464e550	/* amd64 UNWIND program header */
 #define	PT_GNU_EH_FRAME	0x6474e550
 #define	PT_GNU_STACK	0x6474e551
+#define	PT_GNU_RELRO	0x6474e552
 #define	PT_LOSUNW	0x6ffffffa
 #define	PT_SUNWBSS	0x6ffffffa	/* Sun Specific segment */
 #define	PT_SUNWSTACK	0x6ffffffb	/* describes the stack segment */



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