From: Andreas Schwab Date: Fri, 11 Jan 2008 16:18:43 +0000 (+0000) Subject: * read.c (s_space): Declare `repeat' as offsetT. X-Git-Tag: sid-snapshot-20080201~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4a151e6b1574be36e7bc942aba4880f1c023fa5;p=external%2Fbinutils.git * read.c (s_space): Declare `repeat' as offsetT. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 38ebf59..b992b85 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-01-11 Andreas Schwab + + * read.c (s_space): Declare `repeat' as offsetT. + 2008-01-10 H.J. Lu * config/tc-i386.c (match_template): Check processor support diff --git a/gas/read.c b/gas/read.c index 5718bf4..376e157 100644 --- a/gas/read.c +++ b/gas/read.c @@ -3168,7 +3168,7 @@ s_space (int mult) if (exp.X_op == O_constant) { - long repeat; + offsetT repeat; repeat = exp.X_add_number; if (mult)