[RFC][PATCH 5/6] Define DT_FLAGS_1 flag DF_1_UNIQUE for gold

Vivek Das Mohapatra vivek@collabora.com
Mon Mar 30 17:42:06 GMT 2020


---
 elfcpp/elfcpp.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index 339faadaf3..7740fbe202 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -897,6 +897,7 @@ enum DF
 };
 
 // Flags found in the DT_FLAGS_1 dynamic element.
+// See also: include/elf/common.h
 
 enum DF_1
 {
@@ -913,7 +914,8 @@ enum DF_1
   DF_1_INTERPOSE = 0x400,
   DF_1_NODEFLIB = 0x800,
   DF_1_NODUMP = 0x1000,
-  DF_1_CONLFAT = 0x2000
+  DF_1_CONLFAT = 0x2000,
+  DF_1_UNIQUE = 0x80000000
 };
 
 // Version numbers which appear in the vd_version field of a Verdef
-- 
2.11.0



More information about the Libc-alpha mailing list