gdb: handle dis_style_sub_mnemonic disassembler style
authorAndrew Burgess <aburgess@redhat.com>
Mon, 25 Jul 2022 13:26:24 +0000 (14:26 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 25 Jul 2022 13:26:24 +0000 (14:26 +0100)
commit90ed15932111ce37c4187163dd9279ef1798f24e
treea3745138b66a4d492ee1d47e261cf50be8bf49d5
parent36d94bd42b7b5f3d22d96ae8c850075814d315c0
gdb: handle dis_style_sub_mnemonic disassembler style

In commit:

  commit 4f46c0bc36471b725de0253bfec1a42a36e2c5c5
  Date:   Mon Jul 4 17:45:25 2022 +0100

      opcodes: add new sub-mnemonic disassembler style

I added a new disassembler style dis_style_sub_mnemonic, but forgot to
add GDB support for this style.  Fix this oversight in this commit.
gdb/disasm.c