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.
Showing
- cpu/ChangeLog 5 additions, 0 deletionscpu/ChangeLog
- cpu/epiphany.opc 3 additions, 2 deletionscpu/epiphany.opc
- gas/ChangeLog 4 additions, 0 deletionsgas/ChangeLog
- gas/testsuite/gas/epiphany/sample.d 1 addition, 1 deletiongas/testsuite/gas/epiphany/sample.d
- opcodes/ChangeLog 4 additions, 0 deletionsopcodes/ChangeLog
- opcodes/epiphany-dis.c 3 additions, 2 deletionsopcodes/epiphany-dis.c
Loading
Please register or sign in to comment