Fix capitialisation of setnaces in comment.
[deliverable/binutils-gdb.git] / bfd / elf32-d10v.c
index 29deb7c70c1e5e9afaaf11351024379f0a4a9e4f..dd2e892ad0862dcbb6e4d1effbe627d0d69f21ca 100644 (file)
@@ -449,7 +449,7 @@ elf32_d10v_relocate_section (output_bfd, info, input_bfd, input_section,
            {
              if (!((*info->callbacks->undefined_symbol)
                    (info, h->root.root.string, input_bfd,
-                    input_section, rel->r_offset)))
+                    input_section, rel->r_offset, true)))
                return false;
              relocation = 0;
            }
@@ -485,7 +485,7 @@ elf32_d10v_relocate_section (output_bfd, info, input_bfd, input_section,
            case bfd_reloc_undefined:
              if (!((*info->callbacks->undefined_symbol)
                    (info, name, input_bfd, input_section,
-                    rel->r_offset)))
+                    rel->r_offset, true)))
                return false;
              break;
 
This page took 0.026623 seconds and 4 git commands to generate.