svn commit: r235177 - stable/9/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed May 9 14:28:22 UTC 2012


Author: kib
Date: Wed May  9 14:28:21 2012
New Revision: 235177
URL: http://svn.freebsd.org/changeset/base/235177

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

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

Modified: stable/9/sys/sys/elf_common.h
==============================================================================
--- stable/9/sys/sys/elf_common.h	Wed May  9 14:27:42 2012	(r235176)
+++ stable/9/sys/sys/elf_common.h	Wed May  9 14:28:21 2012	(r235177)
@@ -478,6 +478,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. */


More information about the svn-src-all mailing list