From 8d548edbc907fc29e0d5d48b5c5f0004efeb52c9 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 28 Jul 2003 20:35:59 +0000 Subject: * read.c (s_space): Don't warn about .space 0. --- gas/read.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index ef2340c..de405cc 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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; } -- cgit v1.1