]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 f850de77e612ab79694b17eadba397128ce163f3..b3a684d6e00ab900087d3df8061519c5337b39d6 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);