gas: detect DCTI couples in sparc
[deliverable/binutils-gdb.git] / bfd / cpu-ns32k.c
index 48a6bc696e9136d7f58df8349041b6583f598870..b11318c16c10b81668831e9b01806c2160a4317e 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD support for the ns32k architecture.
-   Copyright 1990, 1991, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2007, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1990-2016 Free Software Foundation, Inc.
    Almost totally rewritten by Ian Dall from initial work
    by Andrew Cagney.
 
@@ -586,8 +585,9 @@ _bfd_do_ns32k_reloc_contents (reloc_howto_type *howto,
   switch (size)
     {
     default:
-    case 0:
       abort ();
+    case 0:
+      return bfd_reloc_ok;
     case 1:
     case 2:
     case 4:
This page took 0.023266 seconds and 4 git commands to generate.