Slightly better formatting in generating disassembly data.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2008 19:42:06 +0000 (11:42 -0800)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Dec 2008 19:42:06 +0000 (11:42 -0800)
libcpu/i386_parse.y

index f850de7..b3a684d 100644 (file)
@@ -1176,7 +1176,7 @@ instrtable_out (void)
          off_op_str = 0;
          fprintf (outfile, "static const char op%d_str[] =", i + 1);
          twalk (strs[i], print_op_str);
-         fputs ("\"\n;\n", outfile);
+         fputs ("\";\n", outfile);
 
          fprintf (outfile, "static const uint8_t op%d_str_idx[] = {\n",
                   i + 1);