libopcodes/s390: add support for disassembler styling
authorAndrew Burgess <aburgess@redhat.com>
Tue, 5 Jul 2022 13:17:14 +0000 (14:17 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 8 Jul 2022 12:14:33 +0000 (13:14 +0100)
commitec54dc915f42fa6f0da9902c333623f71d7aa5a3
tree450f1eb4af3c40230f72ba270f992216ef115b1f
parent5bbe6ec5b155886cab036f15ec65ca1476c3bee2
libopcodes/s390: add support for disassembler styling

This commit adds disassembler style to the libopcodes s390
disassembler.  This conversion was pretty straight forward, I just
converted the fprintf_func calls to fprintf_styled_func calls and
added an appropriate style.

For testing the new styling I just assembled then disassembled the
source files in gas/testsuite/gas/s390 and manually checked that the
styling looked reasonable.

If the user does not request styled output from objdump, then there
should be no change in the disassembler output after this commit.
opcodes/disassemble.c
opcodes/s390-dis.c