summaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-01-11 16:18:43 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-01-11 16:18:43 +0000
commitb38863b4228ce41a35e84f9f59b03b17f8829a26 (patch)
treeea7f919c74c3d9ad8d13884b8fb26c08fc00f0ac /gas/read.c
parentbcf43e03a938336368902e4d3b897e5eb5623b79 (diff)
downloadbinutils-redhat-b38863b4228ce41a35e84f9f59b03b17f8829a26.tar.gz
* read.c (s_space): Declare `repeat' as offsetT.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 5718bf44f9..376e157558 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)