More fixes for memory access errors triggered by attemps to examine corrupted binaries.
[deliverable/binutils-gdb.git] / bfd / coff-h8500.c
index 574f95648b9e5042ee340bbdad49357ec438bf9e..b6a996e943a457c09a0d9c33b89ae2a68e4778f5 100644 (file)
@@ -95,7 +95,7 @@ rtype2howto (arelent * internal, struct internal_reloc *dst)
   switch (dst->r_type)
     {
     default:
-      abort ();
+      internal->howto = NULL;
       break;
     case R_H8500_IMM8:
       internal->howto = &r_imm8;
This page took 0.024163 seconds and 4 git commands to generate.