Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coff-z8k.c
index c85713ff8dfe5eced11b4122013ba21e3473e95b..25e63a4b671bd471933491a1c55cf6b94e943d2f 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Zilog Z800n COFF binaries.
-   Copyright (C) 1992-2014 Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
    Written by Steve Chamberlain, <sac@cygnus.com>.
 
@@ -85,7 +85,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.023461 seconds and 4 git commands to generate.