2001-05-12 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / opcodes / sh-dis.c
index e4675157189998e2602f5fec2143a337b57df904..80ccfdc000d22423daa155b7730740ebdaf4b514 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassemble SH instructions.
-   Copyright (C) 1993, 94, 95, 96, 97, 1998, 2000
+   Copyright 1993, 1994, 1995, 1997, 1998, 2000
    Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
@@ -99,7 +99,7 @@ print_insn_ddt (insn, info)
     {
       static sh_opcode_info *first_movx, *first_movy;
       sh_opcode_info *opx, *opy;
-      int insn_x, insn_y;
+      unsigned int insn_x, insn_y;
 
       if (! first_movx)
        {
@@ -182,8 +182,8 @@ print_insn_ppi (field_b, info)
   static char *sy_tab[] = { "y0", "y1", "m0", "m1" };
   fprintf_ftype fprintf_fn = info->fprintf_func;
   void *stream = info->stream;
-  int nib1, nib2, nib3;
-  char *dc;
+  unsigned int nib1, nib2, nib3;
+  char *dc = NULL;
   sh_opcode_info *op;
 
   if ((field_b & 0xe800) == 0)
@@ -612,7 +612,6 @@ print_insn_shx (memaddr, info)
                  fprintf_fn (stream, "xd%d", rn & ~1);
                  break;
                }
-           d_reg_n:
            case D_REG_N:
              fprintf_fn (stream, "dr%d", rn);
              break;
This page took 0.023536 seconds and 4 git commands to generate.