alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid
[deliverable/binutils-gdb.git] / bfd / coff-tic30.c
index de09b308f2398d641fd02378f33654a03b0f668d..f4847586d44487e25587e309acddd1d47c2ae6c5 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for TMS320C30 coff binaries.
-   Copyright 1998, 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2017 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.
@@ -137,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.023125 seconds and 4 git commands to generate.