projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b38f0
)
(s_endgif): Change length mismatched errors to warnings.
author
Doug Evans
<dje@google.com>
Tue, 24 Feb 1998 21:39:58 +0000
(21:39 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 24 Feb 1998 21:39:58 +0000
(21:39 +0000)
gas/config/tc-dvp.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-dvp.c
b/gas/config/tc-dvp.c
index d03c6c5647b539cd9d452ebab67a0032bfa621fe..d58c8d820b0d8ef3242854766744144db6c8e785 100644
(file)
--- 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;
}
}