include/
[deliverable/binutils-gdb.git] / ld / emultempl / sunos.em
index 13850bc58bf2b8fdf677838e38ea58b64025fd7d..070ff9814713be770d62b010bb265c240956e99a 100644 (file)
@@ -671,7 +671,7 @@ gld${EMULATION_NAME}_before_allocation (void)
     {
       struct bfd_link_hash_entry *h;
 
-      for (h = link_info.hash->undefs; h != NULL; h = h->und_next)
+      for (h = link_info.hash->undefs; h != NULL; h = h->u.undef.next)
        {
          if (h->type == bfd_link_hash_undefined
              && h->u.undef.abfd != NULL
This page took 0.024828 seconds and 4 git commands to generate.