2005-02-11 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index 42caa3ce868193a3eb14eada7e3cf972aeddda17..4676a272d8081c9773dffca781e68795e3d53dfc 100644 (file)
@@ -398,6 +398,10 @@ struct elf_link_hash_table
 
   /* A linked list of BFD's loaded in the link.  */
   struct elf_link_loaded_list *loaded;
+
+  /* True if this target has relocatable executables, so needs dynamic
+     section symbols.  */
+  bfd_boolean is_relocatable_executable;
 };
 
 /* Look up an entry in an ELF linker hash table.  */
This page took 0.024652 seconds and 4 git commands to generate.