diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 51c3e86..544b931 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -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 { |