]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf-bfd.h
bfd/
[thirdparty/binutils-gdb.git] / bfd / elf-bfd.h
index 9d0ec364b740b9439ff3bca5655622cb37d0848e..750cc1c675b5feb721977e43f3bbabf2145c25cc 100644 (file)
@@ -1211,6 +1211,9 @@ struct elf_obj_tdata
   /* Segment flags for the PT_GNU_STACK segment.  */
   unsigned int stack_flags;  
 
+  /* Should the PT_GNU_RELRO segment be emitted?  */
+  bfd_boolean relro;
+
   /* Symbol version definitions in external objects.  */
   Elf_Internal_Verdef *verdef;