* reloc.c (BFD_RELOC_RL78_CODE): Add.
[deliverable/binutils-gdb.git] / bfd / elf32-rl78.c
index 3a46c6bd092f76453e77d30a0f22c8b25da3a9cf..ea9a0760d58ca570687fc7b10a2397689244ae0b 100644 (file)
@@ -778,6 +778,8 @@ rl78_elf_relocate_section
                               + sec->output_section->vma
                               + sec->output_offset
                               + rel->r_addend);
+             else if (h->root.type == bfd_link_hash_undefweak)
+               RL78_STACK_PUSH (0);
              else
                _bfd_error_handler (_("Warning: RL78_SYM reloc with an unknown symbol"));
            }
This page took 0.024702 seconds and 4 git commands to generate.