diff mbox series

[RFC,1/6] Define a new DT_FLAGS_1 flag DF_1_UNIQUE for ld, readelf et al

Message ID 89aad18e25212713ce8a05848e184df9301ca238.1585587351.git.vivek@collabora.com
State New
Headers show
Series binutils patches to add DT_FLAGS_1 / DF_1_UNIQUE | expand

Commit Message

develop--- via Libc-alpha March 30, 2020, 5:42 p.m. UTC
---
 include/elf/common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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)