]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 fae5743f3f6a3634ea898b6ce65f56990fd0f995..996c53d8eaa9470538868b69be49ea6fcc51ee2e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 64a0717d9b1e87949d2bc076a18691f1cfcb6319..dc610756130150c79740ae9aab4b52519b5cb76d 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;