diff options
author | rie <none@none> | 2007-07-18 10:24:38 -0700 |
---|---|---|
committer | rie <none@none> | 2007-07-18 10:24:38 -0700 |
commit | 7247f8883be6bcac5fe4735b6f87f873387dbbef (patch) | |
tree | 353297b5e0875927a48814248a03be569c531cef /usr/src/uts/common/sys/link.h | |
parent | 6e81d8da75732d1afa39108a0fb956ecaf86cd67 (diff) | |
download | illumos-joyent-7247f8883be6bcac5fe4735b6f87f873387dbbef.tar.gz |
PSARC/2007/413 Add -zglobalaudit option to ld
6568745 segfault when using LD_DEBUG with bit_audit library when instrumenting mozilla
Diffstat (limited to 'usr/src/uts/common/sys/link.h')
-rw-r--r-- | usr/src/uts/common/sys/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/link.h b/usr/src/uts/common/sys/link.h index 5f80daa316..a42986e47c 100644 --- a/usr/src/uts/common/sys/link.h +++ b/usr/src/uts/common/sys/link.h @@ -277,6 +277,7 @@ typedef struct { #define DF_1_NORELOC 0x00400000 /* internal: unrelocated object */ #define DF_1_SYMINTPOSE 0x00800000 /* individual symbol interposers */ /* exist */ +#define DF_1_GLOBAUDIT 0x01000000 /* establish global auditing */ /* * Values set to DT_FEATURE_1 tag's d_val. |