Fix problems with finishing a dummy function call on simulators.
[deliverable/binutils-gdb.git] / bfd / cpu-ns32k.c
index 55ee03039292c71ebfbe01aa0ecd82f9102bd726..5745427070aa6898bdc904aaf2723482b55c41f9 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the ns32k architecture.
-   Copyright (C) 1990-2014 Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
    Almost totally rewritten by Ian Dall from initial work
    by Andrew Cagney.
 
@@ -585,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.025221 seconds and 4 git commands to generate.