diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-01 18:21:37 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-02 11:09:17 +0000 |
commit | b89807c67baf4f31125d151f2dc3532b3420964d (patch) | |
tree | baadec8ce6cb863d75b3d463f097ce18dcb21e62 /gas | |
parent | 3f2f6cb5e8922b680de9d67ad83d3b571d3b2a46 (diff) | |
download | fsf-binutils-gdb-b89807c67baf4f31125d151f2dc3532b3420964d.zip fsf-binutils-gdb-b89807c67baf4f31125d151f2dc3532b3420964d.tar.gz fsf-binutils-gdb-b89807c67baf4f31125d151f2dc3532b3420964d.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/epiphany/sample.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d219d42..0416d6f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com> + + * testsuite/gas/epiphany/sample.d: Update expected output. + 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com> * config/tc-arc.c (md_apply_fix): Allow addendum. diff --git a/gas/testsuite/gas/epiphany/sample.d b/gas/testsuite/gas/epiphany/sample.d index 17b5163..d360363 100644 --- a/gas/testsuite/gas/epiphany/sample.d +++ b/gas/testsuite/gas/epiphany/sample.d @@ -218,4 +218,4 @@ Disassembly of section \.text: 0000019e \<trap\>: 19e: 03e2 trap 0x0 - 1a0: 01d2 rti + 1a0: 01d2 rti |