From b89807c67baf4f31125d151f2dc3532b3420964d Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Mon, 1 Feb 2016 18:21:37 +0000 Subject: epiphany/disassembler: Improve alignment of output. Always set the bytes_per_line field (of struct disassemble_info) to the same constant value, this is inline with the advice contained within include/dis-asm.h. Setting this field to a constant value will cause the disassembler output to be better aligned. cpu/ChangeLog: * epiphany.opc (epiphany_print_insn): Set info->bytes_per_line to a constant to better align disassembler output. opcodes/ChangeLog: * epiphany-dis.c: Regenerated from latest cpu files. gas/ChangeLog: * testsuite/gas/epiphany/sample.d: Update expected output. --- cpu/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpu/ChangeLog') diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 3e01aea..3d39b91 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2016-02-02 Andrew Burgess + + * epiphany.opc (epiphany_print_insn): Set info->bytes_per_line to + a constant to better align disassembler output. + 2014-07-20 Stefan Kristiansson * or1korbis.cpu (l-msync, l-psync, l-csync): New instructions. -- cgit v1.1