Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / m32c / opc2c.c
index b1d13690e847016909b1c5ad4decdd92191facb4..71c30c765c315d5a92783693d0cdad7616bdb899 100644 (file)
@@ -1,6 +1,6 @@
 /* opc2c.c --- generate C simulator code from from .opc file
 
-Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2005-2015 Free Software Foundation, Inc.
 Contributed by Red Hat, Inc.
 
 This file is part of the GNU simulators.
@@ -472,8 +472,6 @@ log_indirect (Indirect * ind, int byte)
 
   for (i = 0; i < 256; i++)
     {
-      if (ind[i].type == T_unused)
-       continue;
 
       for (j = 0; j < byte; j++)
        fprintf (sim_log, "%s ", prmb (255, cur_bits[j]));
@@ -490,7 +488,7 @@ log_indirect (Indirect * ind, int byte)
          last_c = ind[i].u.op->comment;
          break;
        case T_unused:
-         fprintf (sim_log, "-\n");
+         fprintf (sim_log, "unused\n");
          break;
        case T_indirect:
          fprintf (sim_log, "indirect\n");
This page took 0.023333 seconds and 4 git commands to generate.