[RFC][PATCH 1/6] Define a new DT_FLAGS_1 flag DF_1_UNIQUE for ld, readelf et al
Vivek Das Mohapatra
vivek@collabora.com
Mon Mar 30 17:42:02 GMT 2020
---
include/elf/common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/elf/common.h b/include/elf/common.h
index 6741c34a00..afea0973b9 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -1095,6 +1095,7 @@
#define DF_1_KMOD 0x10000000
#define DF_1_WEAKFILTER 0x20000000
#define DF_1_NOCOMMON 0x40000000
+#define DF_1_UNIQUE 0x80000000
/* Flag values for the DT_FLAGS entry. */
#define DF_ORIGIN (1 << 0)
--
2.11.0
More information about the Libc-alpha
mailing list