* config/tc-mips.c (mips_ip): Remove dead format specifier code.
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 9 Dec 2010 23:59:12 +0000 (23:59 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 9 Dec 2010 23:59:12 +0000 (23:59 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index fae5743..996c53d 100644 (file)
@@ -1,5 +1,9 @@
 2010-12-09  Maciej W. Rozycki  <macro@codesourcery.com>
 
+       * config/tc-mips.c (mips_ip): Remove dead format specifier code.
+
+2010-12-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
        * config/tc-mips.c (file_ase_mips16): Adjust comment.
        (append_insn): Update file_ase_mips16.
        (mips_after_parse_args): Don't set file_ase_mips16 here.
index 64a0717..dc61075 100644 (file)
@@ -9517,7 +9517,6 @@ mips_ip (char *str, struct mips_cl_insn *ip)
                      INSERT_OPERAND (RS, *ip, regno);
                      break;
                    case 'd':
-                   case 'G':
                    case 'K':
                    case 'g':
                      INSERT_OPERAND (RD, *ip, regno);
@@ -9546,11 +9545,6 @@ mips_ip (char *str, struct mips_cl_insn *ip)
                         is $0.  This only matches $0, and is checked
                         outside the switch.  */
                      break;
-                   case 'D':
-                     /* Itbl operand; not yet implemented. FIXME ?? */
-                     break;
-                     /* What about all other operands like 'i', which
-                        can be specified in the opcode table? */
                    }
                  lastregno = regno;
                  continue;