aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-24 21:39:58 +0000
committerDoug Evans <dje@google.com>1998-02-24 21:39:58 +0000
commitef9448db9a24b8a53d50c75227bf12a1c1e8a55f (patch)
treeea8dc6661e4135ecc49a8cfa5c90e2073d16bfef /gas/config
parent88b38f0c3c59ccfcf2dab95f780360f6e7714a4a (diff)
downloadgdb-ef9448db9a24b8a53d50c75227bf12a1c1e8a55f.zip
gdb-ef9448db9a24b8a53d50c75227bf12a1c1e8a55f.tar.gz
gdb-ef9448db9a24b8a53d50c75227bf12a1c1e8a55f.tar.bz2
(s_endgif): Change length mismatched errors to warnings.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-dvp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-dvp.c b/gas/config/tc-dvp.c
index d03c6c5..d58c8d8 100644
--- a/gas/config/tc-dvp.c
+++ b/gas/config/tc-dvp.c
@@ -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;
}
}