breakpoints/19546: Fix crash after updating breakpoints
[deliverable/binutils-gdb.git] / bfd / coff-h8300.c
index 5ec48c960dbf7030535bfccda1c11155836df0ef..66de2be7f23804581186b885feb4795b8ea3b072 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Renesas H8/300 COFF binaries.
-   Copyright (C) 1990-2014 Free Software Foundation, Inc.
+   Copyright (C) 1990-2016 Free Software Foundation, Inc.
    Written by Steve Chamberlain, <sac@cygnus.com>.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -337,7 +337,7 @@ rtype2howto (arelent *internal, struct internal_reloc *dst)
       internal->howto = howto_table + 19;
       break;
     default:
-      abort ();
+      internal->howto = NULL;
       break;
     }
 }
This page took 0.029717 seconds and 4 git commands to generate.