public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] AArch64 libopcodes styling
@ 2022-06-21 11:22 Andrew Burgess
  2022-06-21 11:22 ` [PATCH 1/2] opcodes/aarch64: split off creation of comment text in disassembler Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Andrew Burgess @ 2022-06-21 11:22 UTC (permalink / raw)
  To: binutils; +Cc: Andrew Burgess

This series adds libopcodes based styling to the AArch64 disassembler
output, this enables 'objdump -d --disassembler-color=extended-color'
to work for AArch64.

The first commit is a small refactor, while the second commit actually
adds the styling support.

There's a couple of questions that I still have, which I've detailed
in the commit message of the second patch.

All feedback welcome.

Thanks,
Andrew


---

Andrew Burgess (2):
  opcodes/aarch64: split off creation of comment text in disassembler
  libopcodes/aarch64: add support for disassembler styling

 gas/config/tc-aarch64.c                       |  21 +-
 gas/testsuite/gas/aarch64/alias.d             |  26 +-
 gas/testsuite/gas/aarch64/b_c_1.d             |  42 +-
 gas/testsuite/gas/aarch64/float-fp16.d        |  12 +-
 gas/testsuite/gas/aarch64/int-insns.d         |   4 +-
 gas/testsuite/gas/aarch64/no-aliases.d        |  26 +-
 .../gas/aarch64/programmer-friendly.d         |   2 +-
 include/opcode/aarch64.h                      |  10 +-
 opcodes/aarch64-dis.c                         | 185 +++++++--
 opcodes/aarch64-opc.c                         | 367 +++++++++++++-----
 10 files changed, 504 insertions(+), 191 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2022-07-29 13:12 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 11:22 [PATCH 0/2] AArch64 libopcodes styling Andrew Burgess
2022-06-21 11:22 ` [PATCH 1/2] opcodes/aarch64: split off creation of comment text in disassembler Andrew Burgess
2022-06-22 11:02   ` Nick Clifton
2022-06-29 11:19     ` Andrew Burgess
2022-06-21 11:22 ` [PATCH 2/2] libopcodes/aarch64: add support for disassembler styling Andrew Burgess
2022-06-22 11:15   ` Nick Clifton
2022-06-29 11:01     ` Andrew Burgess
2022-06-29 11:12       ` Jan Beulich
2022-06-29 12:36   ` Richard Earnshaw
2022-07-04  9:52   ` Nick Clifton
2022-07-05 12:45 ` [PATCHv2 0/2] AArch64 libopcodes styling Andrew Burgess
2022-07-05 12:46   ` [PATCHv2 1/2] opcodes: add new sub-mnemonic disassembler style Andrew Burgess
2022-07-05 12:46   ` [PATCHv2 2/2] libopcodes/aarch64: add support for disassembler styling Andrew Burgess
2022-07-05 12:51     ` Andrew Burgess
2022-07-05 13:10       ` Richard Earnshaw
2022-07-07 10:23         ` [PATCHv3 0/2] AArch64 libopcodes styling Andrew Burgess
2022-07-07 10:23           ` [PATCHv3 1/2] opcodes: add new sub-mnemonic disassembler style Andrew Burgess
2022-07-07 10:23           ` [PATCHv3 2/2] libopcodes/aarch64: add support for disassembler styling Andrew Burgess
2022-07-07 10:44             ` Andrew Burgess
2022-07-08 10:25           ` [PATCHv4 0/2] AArch64 libopcodes styling Andrew Burgess
2022-07-08 10:25             ` [PATCHv4 1/2] opcodes: add new sub-mnemonic disassembler style Andrew Burgess
2022-07-26 13:54               ` Nick Clifton
2022-07-08 10:25             ` [PATCHv4 2/2] libopcodes/aarch64: add support for disassembler styling Andrew Burgess
2022-07-19 15:33               ` Richard Earnshaw
2022-07-21  8:56                 ` [PATCHv5 0/2] AArch64 libopcodes styling Andrew Burgess
2022-07-21  8:56                   ` [PATCHv5 1/2] opcodes: add new sub-mnemonic disassembler style Andrew Burgess
2022-07-25 13:34                     ` Andrew Burgess
2022-07-21  8:56                   ` [PATCHv5 2/2] libopcodes/aarch64: add support for disassembler styling Andrew Burgess
2022-07-26 13:55                     ` Nick Clifton
2022-07-29 13:12                       ` Andrew Burgess
2022-07-19 12:52             ` [PATCHv4 0/2] AArch64 libopcodes styling Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).