Use address mapping levels for 68hc11 simulator (kill overlap hack)
[deliverable/binutils-gdb.git] / bfd / coff-tic80.c
index 1132ea6e8419b6b238677bd48e97b0d06c977758..a8ade33ba9c7cf0449a5a0a47a209ba9c30f4c89 100644 (file)
@@ -576,7 +576,7 @@ coff_tic80_relocate_section (output_bfd, info, input_bfd,
            {
              if (! ((*info->callbacks->undefined_symbol)
                     (info, h->root.root.string, input_bfd, input_section,
-                     rel->r_vaddr - input_section->vma)))
+                     rel->r_vaddr - input_section->vma, true)))
                return false;
            }
        }
This page took 0.022481 seconds and 4 git commands to generate.