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