Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / sh / gencode.c
index bcaeb6c33a012f21734e963aa91357661c8195a4..aa26e6ca1f9c4818bb9f5103efc793a5be6084ea 100644 (file)
@@ -3240,8 +3240,7 @@ ppi_gensim (void)
   printf ("  (greater_equal = ~(overflow << 3 & res_grd) & DSR_MASK_G)\n");
   printf ("\n");
   printf ("static void\n");
-  printf ("ppi_insn (iword)\n");
-  printf ("     int iword;\n");
+  printf ("ppi_insn (int iword)\n");
   printf ("{\n");
   printf ("  /* 'ee' = [x0, x1, y0, a1] */\n");
   printf ("  static char e_tab[] = { 8,  9, 10,  5};\n");
This page took 0.023958 seconds and 4 git commands to generate.