* h8300-dis.c (print_colon_thingie): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 19 Nov 2003 19:44:58 +0000 (19:44 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 19 Nov 2003 19:44:58 +0000 (19:44 +0000)
opcodes/ChangeLog
opcodes/h8300-dis.c

index 52845fa..d322f4a 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * h8300-dis.c (print_colon_thingie): Remove.
+
 2003-11-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
        * mips-opc.c (mips_builtin_opcodes): Handle new macros: "lca" and
index ea8d30b..895a9ef 100644 (file)
@@ -45,25 +45,6 @@ static void extract_immediate PARAMS ((FILE *,
                                       int *, int *,
                                       const struct h8_opcode *));
 
-static void print_colon_thingie PARAMS ((op_type *));
-
-static void
-print_colon_thingie (op_type *nib)
-{
-  switch (*nib & SIZE) {
-  case L_2:    fprintf (stdout, "2");  break;
-  case L_3:
-  case L_3NZ:  fprintf (stdout, "3");  break;
-  case L_4:    fprintf (stdout, "4");  break;
-  case L_5:    fprintf (stdout, "5");  break;
-  case L_8:    fprintf (stdout, "8");  break;
-  case L_16:
-  case L_16U:  fprintf (stdout, "16"); break;
-  case L_24:   fprintf (stdout, "24"); break;
-  case L_32:   fprintf (stdout, "32"); break;
-  }
-}
-
 /* Run through the opcodes and sort them into order to make them easy
    to disassemble.  */