mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
(s_endgif): Change length mismatched errors to warnings.
This commit is contained in:
@ -2108,7 +2108,7 @@ s_endgif (ignore)
|
|||||||
if (count < 0
|
if (count < 0
|
||||||
|| fixup_count != 0)
|
|| fixup_count != 0)
|
||||||
{
|
{
|
||||||
as_bad ("bad data count");
|
as_warn ("bad data count");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2130,7 +2130,7 @@ s_endgif (ignore)
|
|||||||
}
|
}
|
||||||
if (! ok_p)
|
if (! ok_p)
|
||||||
{
|
{
|
||||||
as_bad ("nloop value does not match size of data");
|
as_warn ("nloop value does not match size of data");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user