Fix field size for TLSDESC_CALL
[deliverable/binutils-gdb.git] / bfd / cpu-ns32k.c
index a08cf889bb0318f08435006209885c3cf10fa77b..5745427070aa6898bdc904aaf2723482b55c41f9 100644 (file)
@@ -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.024399 seconds and 4 git commands to generate.