Delete relocations associatesd with deleted exidx entries.
[deliverable/binutils-gdb.git] / bfd / coff-tic30.c
index 740c82c867a249f9239687be4b8bcda0f5381f24..391cc702b1de75e9ed9f54260365929e4cc1a348 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for TMS320C30 coff binaries.
-   Copyright (C) 1998-2014 Free Software Foundation, Inc.
+   Copyright (C) 1998-2016 Free Software Foundation, Inc.
    Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -136,7 +136,7 @@ rtype2howto (arelent *internal, struct internal_reloc *dst)
       internal->howto = &tic30_coff_howto_table[4];
       break;
     default:
-      abort ();
+      internal->howto = NULL;
       break;
     }
 }
This page took 0.067538 seconds and 4 git commands to generate.