include/
[deliverable/binutils-gdb.git] / bfd / xcofflink.c
index ec737d12a4d01865bf020f84e57e7ad43dd6045d..ccb9c90558940b975899924daee201470ff7b579 100644 (file)
@@ -1825,7 +1825,7 @@ xcoff_link_add_symbols (abfd, info)
                      section = bfd_und_section_ptr;
                      value = 0;
                    }
-                 else if ((*sym_hash)->root.und_next != NULL
+                 else if ((*sym_hash)->root.u.undef.next != NULL
                           || info->hash->undefs_tail == &(*sym_hash)->root)
                    {
                      /* This symbol has been referenced.  In this
This page took 0.025039 seconds and 4 git commands to generate.