mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* read.c (s_space): Don't warn about .space 0.
This commit is contained in:
parent
dcd410fe15
commit
8d548edbc9
@ -1,3 +1,7 @@
|
||||
2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* read.c (s_space): Don't warn about .space 0.
|
||||
|
||||
2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config/tc-mips.c (mips_flag_pdr): Define.
|
||||
|
@ -2970,9 +2970,7 @@ s_space (mult)
|
||||
bytes = repeat;
|
||||
if (repeat <= 0)
|
||||
{
|
||||
if (!flag_mri)
|
||||
as_warn (_(".space repeat count is zero, ignored"));
|
||||
else if (repeat < 0)
|
||||
if (repeat < 0)
|
||||
as_warn (_(".space repeat count is negative, ignored"));
|
||||
goto getout;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user