elf_backend_dtrel_excludes_plt
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 50151cbcbb0b0162c033105f3c93f9f23465708e..7c78899c34e509ebf5da479c91508a896b0beb45 100644 (file)
@@ -1427,6 +1427,10 @@ struct elf_backend_data
      backend relocate_section routine for relocatable linking.  */
   unsigned rela_normal : 1;
 
+  /* Set if DT_REL/DT_RELA/DT_RELSZ/DT_RELASZ should not include PLT
+     relocations.  */
+  unsigned dtrel_excludes_plt : 1;
+
   /* TRUE if addresses "naturally" sign extend.  This is used when
      swapping in from Elf32 when BFD64.  */
   unsigned sign_extend_vma : 1;
This page took 0.026108 seconds and 4 git commands to generate.