Date: Sun, 6 May 2012 18:34:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235099 - head/sys/sys Message-ID: <201205061834.q46IYVAf026276@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Sun May 6 18:34:31 2012 New Revision: 235099 URL: http://svn.freebsd.org/changeset/base/235099 Log: Add definition for the -z nodefaultlib flag. MFC after: 3 days Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h ============================================================================== --- head/sys/sys/elf_common.h Sun May 6 18:23:19 2012 (r235098) +++ head/sys/sys/elf_common.h Sun May 6 18:34:31 2012 (r235099) @@ -480,6 +480,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?201205061834.q46IYVAf026276>