ELF dynsyms
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 032e11f2e9922dd41efe0de29565b2db7c2b4d81..788fdf8e3dc7365f698febfa9573174563913f1a 100644 (file)
@@ -543,6 +543,9 @@ struct elf_link_hash_table
      when linking against or generating a shared object.  */
   bfd_boolean dynamic_sections_created;
 
+  /* Whether dynamic relocations are present.  */
+  bfd_boolean dynamic_relocs;
+
   /* True if this target has relocatable executables, so needs dynamic
      section symbols.  */
   bfd_boolean is_relocatable_executable;
This page took 0.023357 seconds and 4 git commands to generate.