ELF: Move dyn_relocs to struct elf_link_hash_entry
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 51c3e863044b7b5e525c735b305414ccb4fd6ca4..544b9315521ef9ea46f72d2388cea0df68b7c0b7 100644 (file)
@@ -1867,7 +1867,7 @@ elf_i386_check_relocs (bfd *abfd,
                 relocations we need for this symbol.  */
              if (h != NULL)
                {
-                 head = &eh->dyn_relocs;
+                 head = &h->dyn_relocs;
                }
              else
                {
This page took 0.022978 seconds and 4 git commands to generate.