mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-26 03:27:18 +00:00
* read.c (s_space): Revert 2003-07-28 change.
This commit is contained in:
parent
52f20b276f
commit
2d150871cf
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* read.c (s_space): Revert 2003-07-28 change.
|
||||||
|
|
||||||
2003-07-30 Alan Modra <amodra@bigpond.net.au>
|
2003-07-30 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* config/obj-elf.c (obj_elf_change_section): Allow "x" for .note*.
|
* config/obj-elf.c (obj_elf_change_section): Allow "x" for .note*.
|
||||||
|
@ -2970,7 +2970,9 @@ s_space (mult)
|
|||||||
bytes = repeat;
|
bytes = repeat;
|
||||||
if (repeat <= 0)
|
if (repeat <= 0)
|
||||||
{
|
{
|
||||||
if (repeat < 0)
|
if (!flag_mri)
|
||||||
|
as_warn (_(".space repeat count is zero, ignored"));
|
||||||
|
else if (repeat < 0)
|
||||||
as_warn (_(".space repeat count is negative, ignored"));
|
as_warn (_(".space repeat count is negative, ignored"));
|
||||||
goto getout;
|
goto getout;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user