* elf-bfd.h (struct elf_link_hash_entry): Delete dynamic_weak.
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index a8745933abcf40ce5b1edba09984cf372b504b22..faaf632e19a652f6c497129e95bc4eb9097c5a79 100644 (file)
@@ -191,8 +191,8 @@ struct elf_link_hash_entry
      FIXME: There is no real need for this field if def_dynamic is never
      cleared and all places that test def_dynamic also test def_regular.  */
   unsigned int dynamic_def : 1;
-  /* Symbol is weak in all shared objects.  */
-  unsigned int dynamic_weak : 1;
+  /* Symbol has a non-weak reference from a shared object.  */
+  unsigned int ref_dynamic_nonweak : 1;
   /* Symbol is referenced with a relocation where C/C++ pointer equality
      matters.  */
   unsigned int pointer_equality_needed : 1;
This page took 0.031165 seconds and 4 git commands to generate.