]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: fixes for libopcodes styled disassembler
authorAndrew Burgess <aburgess@redhat.com>
Mon, 4 Apr 2022 21:38:04 +0000 (22:38 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 4 Apr 2022 21:41:24 +0000 (22:41 +0100)
commit7b01c1cc1d111ba0afa51e60fa9842d3b971e2d1
treeba53406de8080613704aa3247a77dd9a360e1521
parent0578e87f93b09e4cc41d3982eb1672bcfc81042d
sim: fixes for libopcodes styled disassembler

In commit:

  commit 60a3da00bd5407f07d64dff82a4dae98230dfaac
  Date:   Sat Jan 22 11:38:18 2022 +0000

      objdump/opcodes: add syntax highlighting to disassembler output

I broke several sim/ targets by forgetting to update their uses of the
libopcodes disassembler to take account of the new styled printing.

These should all be fixed by this commit.

I've not tried to add actual styled output to the simulator traces,
instead, the styled print routines just ignore the style and print the
output unstyled.
sim/arm/wrapper.c
sim/common/cgen-trace.c
sim/common/cgen-trace.h
sim/common/sim-trace.c
sim/cris/sim-if.c
sim/erc32/interf.c
sim/erc32/sis.c
sim/erc32/sis.h
sim/m32c/trace.c
sim/rl78/trace.c
sim/rx/trace.c