* config/tc-moxie.c (md_apply_fix): Delete set but otherwise
authorAlan Modra <amodra@gmail.com>
Mon, 5 Jul 2010 05:56:11 +0000 (05:56 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Jul 2010 05:56:11 +0000 (05:56 +0000)
unused var.

gas/ChangeLog
gas/config/tc-moxie.c

index c447b22..83a9352 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-05  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
+       unused var.
+
 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.am (CONFIG_OBJS): Removed.
 
 2010-06-29  Alan Modra  <amodra@gmail.com>
 
-       * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
-       unused variable.
-
-2010-06-29  Alan Modra  <amodra@gmail.com>
-
        * config/tc-maxq.h: Delete file.
        * config/tc-maxq.c: Delete file.
        * Makefile.am: Remove references to maxq.
index 3ec00a7..2fffc65 100644 (file)
@@ -621,10 +621,8 @@ md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED,
   long val = *valP;
   long newval;
   long max, min;
-  int shift;
 
   max = min = 0;
-  shift = 0;
   switch (fixP->fx_r_type)
     {
     case BFD_RELOC_32: