Don't write to inferior_ptid in tracefile-tfile.c
[deliverable/binutils-gdb.git] / elfcpp / elfcpp.h
index 339faadaf3f2b34b60996589b8b336a794241913..9c7c6294e424e032e9a449f101ae17b194fa0f4c 100644 (file)
@@ -913,7 +913,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_PIE = 0x08000000
 };
 
 // Version numbers which appear in the vd_version field of a Verdef
This page took 0.028272 seconds and 4 git commands to generate.