bfd:
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index b8d82b1b7f9b96aacf6c714f41b7249166989fd6..aa78ecd1f4674f24e73a8644aaff6090a94442e4 100644 (file)
@@ -168,6 +168,8 @@ struct elf_link_hash_entry
   /* Symbol has a non-weak reference from a non-shared object (other than
      the object in which it is defined).  */
   unsigned int ref_regular_nonweak : 1;
+  /* Symbol has a non-weak reference from a shared object.  */
+  unsigned int ref_dynamic_nonweak : 1;  
   /* Dynamic symbol has been adjustd.  */
   unsigned int dynamic_adjusted : 1;
   /* Symbol needs a copy reloc.  */
This page took 0.023875 seconds and 4 git commands to generate.