bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-arm.h
index 88636d2c055334a5d1427ec6de418f6aa35bb5db..0d9ae49ca30a90bea1e453ef38e039349e0324af 100644 (file)
@@ -2265,8 +2265,9 @@ elf32_arm_relocate_section (bfd *                  output_bfd,
              if ((! h ||
                   h->root.type != bfd_link_hash_undefined)
                  && (!((*info->callbacks->reloc_overflow)
-                       (info, name, howto->name, (bfd_vma) 0,
-                        input_bfd, input_section, rel->r_offset))))
+                       (info, (h ? &h->root : NULL), name, howto->name,
+                        (bfd_vma) 0, input_bfd, input_section,
+                        rel->r_offset))))
                  return FALSE;
              break;
 
This page took 0.024677 seconds and 4 git commands to generate.