Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2012 14:45:40 +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: r235180 - stable/8/sys/sys
Message-ID:  <201205091445.q49EjeoA088239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed May  9 14:45:40 2012
New Revision: 235180
URL: http://svn.freebsd.org/changeset/base/235180

Log:
  MFC r235099:
  Add definition for the -z nodefaultlib flag.

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	Wed May  9 14:44:36 2012	(r235179)
+++ stable/8/sys/sys/elf_common.h	Wed May  9 14:45:40 2012	(r235180)
@@ -476,6 +476,7 @@ typedef struct {
 #define	DF_1_LOADFLTR	0x00000010	/* Immediate loading of filtees */
 #define	DF_1_NOOPEN     0x00000040	/* Do not allow loading on dlopen() */
 #define	DF_1_ORIGIN	0x00000080	/* Process $ORIGIN */
+#define	DF_1_NODEFLIB	0x00000800	/* Do not search default paths */
 
 /* Values for n_type.  Used in core files. */
 #define	NT_PRSTATUS	1	/* Process status. */



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