* config/tc-mips.c (load_register): Remove unused variable tmp.
authorIan Lance Taylor <ian@airs.com>
Wed, 4 Sep 1996 14:26:20 +0000 (14:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 4 Sep 1996 14:26:20 +0000 (14:26 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index d83345d8308833aafd1df7ba7797bf80d55ed05a..b9ea5bba6e5c9362853452b3d9391c02d9b74802 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  4 10:23:20 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-mips.c (load_register): Remove unused variable tmp.
+
 Wed Sep  4 11:24:29 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * config/tc-mips.c (load_register): Remove unnecessary code that
index 9c285ff01c61309556c8542609ca60301163f516..35cd23bea245a82dafa31bc1e24fcfe1e4a509e7 100644 (file)
@@ -1876,7 +1876,7 @@ load_register (counter, reg, ep, dbl)
      int dbl;
 {
   int shift, freg;
-  expressionS hi32, lo32, tmp;
+  expressionS hi32, lo32;
 
   if (ep->X_op != O_big)
     {
This page took 0.036344 seconds and 4 git commands to generate.