(s_endgif): Change length mismatched errors to warnings.
authorDoug Evans <dje@google.com>
Tue, 24 Feb 1998 21:39:58 +0000 (21:39 +0000)
committerDoug Evans <dje@google.com>
Tue, 24 Feb 1998 21:39:58 +0000 (21:39 +0000)
gas/config/tc-dvp.c

index d03c6c5647b539cd9d452ebab67a0032bfa621fe..d58c8d820b0d8ef3242854766744144db6c8e785 100644 (file)
@@ -2108,7 +2108,7 @@ s_endgif (ignore)
   if (count < 0
       || fixup_count != 0)
     {
-      as_bad ("bad data count");
+      as_warn ("bad data count");
       return;
     }
 
@@ -2130,7 +2130,7 @@ s_endgif (ignore)
        }
       if (! ok_p)
        {
-         as_bad ("nloop value does not match size of data");
+         as_warn ("nloop value does not match size of data");
          return;
        }
     }