* read.c (s_space): Declare `repeat' as offsetT.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 11 Jan 2008 16:18:43 +0000 (16:18 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 11 Jan 2008 16:18:43 +0000 (16:18 +0000)
gas/ChangeLog
gas/read.c

index 38ebf59..b992b85 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-11  Andreas Schwab  <schwab@suse.de>
+
+       * read.c (s_space): Declare `repeat' as offsetT.
+
 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (match_template): Check processor support
index 5718bf4..376e157 100644 (file)
@@ -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)