From: Ian Lance Taylor Date: Sat, 4 Sep 1999 15:49:35 +0000 (+0000) Subject: 1999-09-04 H.J. Lu X-Git-Tag: gprof-pre-ansify-2004-05-26~9371 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=89110430faa0c85fe1655e20c689b015dad58251;p=pf3gnuchains%2Fpf3gnuchains4x.git 1999-09-04 H.J. Lu * i386-dis.c (print_insn_i386): Set bytes_per_line to 7. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0939724dce..12e667bc1f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +1999-09-04 H.J. Lu + + * i386-dis.c (print_insn_i386): Set bytes_per_line to 7. + Mon Aug 30 18:56:14 1999 Richard Henderson * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 49201ff1ff..3018b7b83a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2128,9 +2128,9 @@ print_insn_i386 (pc, info) abort (); orig_sizeflag = sizeflag; - /* The output looks better if we put 6 bytes on a line, since that + /* The output looks better if we put 7 bytes on a line, since that puts most long word instructions on a single line. */ - info->bytes_per_line = 6; + info->bytes_per_line = 7; info->private_data = (PTR) &priv; priv.max_fetched = priv.the_buffer;