]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elfnn-riscv.c
elf_backend_finish_dynamic_symbol returning false
[thirdparty/binutils-gdb.git] / bfd / elfnn-riscv.c
index 8b27e3b8d6aef4f1375bcaff5d2e61a885ee72ee..951b19a911df36b92625c41488cb4967ef998666 100644 (file)
@@ -3136,7 +3136,7 @@ riscv_elf_finish_dynamic_symbol (bfd *output_bfd,
          || plt == NULL
          || gotplt == NULL
          || relplt == NULL)
-       return false;
+       abort ();
 
       /* Calculate the address of the PLT header.  */
       header_address = sec_addr (plt);