From: Ulrich Drepper Date: Wed, 31 Dec 2008 19:42:06 +0000 (-0800) Subject: Slightly better formatting in generating disassembly data. X-Git-Tag: elfutils-0.138~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4692d8160c29cd97fc1598d5c8e465bb0a2e36e2;p=thirdparty%2Felfutils.git Slightly better formatting in generating disassembly data. --- diff --git a/libcpu/i386_parse.y b/libcpu/i386_parse.y index f850de77e..b3a684d6e 100644 --- a/libcpu/i386_parse.y +++ b/libcpu/i386_parse.y @@ -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);