Add definition for the -z nodefaultlib flag.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-05-06 18:34:31 +00:00
parent 14f9f25ba0
commit 9c934bf405

View file

@ -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. */