include/
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index ead1f9bb2adca08e082adced5518eb442a330f05..9b2a1c933dec93f121d73dde96a2c79cf96a3700 100644 (file)
@@ -3402,7 +3402,7 @@ ecoff_link_add_externals (bfd *abfd,
 
       /* If we are building an ECOFF hash table, save the external
         symbol information.  */
-      if (info->hash->creator->flavour == bfd_get_flavour (abfd))
+      if (bfd_get_flavour (info->output_bfd) == bfd_get_flavour (abfd))
        {
          if (h->abfd == NULL
              || (! bfd_is_und_section (section)
This page took 0.027925 seconds and 4 git commands to generate.