Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coff-h8500.c
index 574f95648b9e5042ee340bbdad49357ec438bf9e..8a72af6928491e0c575cbc37489d86d3370c5f42 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Renesas H8/500 COFF binaries.
-   Copyright (C) 1993-2014 Free Software Foundation, Inc.
+   Copyright (C) 1993-2016 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
    Written by Steve Chamberlain, <sac@cygnus.com>.
 
@@ -95,7 +95,7 @@ rtype2howto (arelent * internal, struct internal_reloc *dst)
   switch (dst->r_type)
     {
     default:
-      abort ();
+      internal->howto = NULL;
       break;
     case R_H8500_IMM8:
       internal->howto = &r_imm8;
This page took 0.024441 seconds and 4 git commands to generate.