* config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 21 Feb 2011 23:27:02 +0000 (23:27 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 21 Feb 2011 23:27:02 +0000 (23:27 +0000)
initialization of offset_reloc.

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

index 3448f020aa6f2fc7c95aededc2cfdb95bd7cf40e..73ee82a8958a916c8530d452ffd438f6b5817cf7 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-21  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
+       initialization of offset_reloc.
+
 2011-02-15  Richard Henderson  <rth@redhat.com>
 
        * dw2gencfi.c (dot_cfi_dummy): New.
index ae37e02e09df67b74168c81d1388ffa6d3600493..c84952cbd0e30bc3f3e6382045ed141e14378908 100644 (file)
@@ -10075,9 +10075,6 @@ mips_ip (char *str, struct mips_cl_insn *ip)
              /* Check whether there is only a single bracketed expression
                 left.  If so, it must be the base register and the
                 constant must be zero.  */
-             offset_reloc[0] = BFD_RELOC_LO16;
-             offset_reloc[1] = BFD_RELOC_UNUSED;
-             offset_reloc[2] = BFD_RELOC_UNUSED;
              if (*s == '(' && strchr (s + 1, '(') == 0)
                {
                  offset_expr.X_op = O_constant;
This page took 0.034644 seconds and 4 git commands to generate.