[gdb] Enable some more print_one_insn selftests
authorTom de Vries <tdevries@suse.de>
Mon, 6 Jun 2022 17:27:46 +0000 (19:27 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 6 Jun 2022 17:27:46 +0000 (19:27 +0200)
commit4ab19f4c9b3c838cd904a501b77148a459420b4c
tree1e3c591fd7d05d2de4d5dabb00843fe40e8dea4c
parentfaec7017f0302e33a3d2be107e83a3ef21a4813e
[gdb] Enable some more print_one_insn selftests

In print_one_insn_test we have this cluster of skipped tests:
...
    case bfd_arch_ia64:
    case bfd_arch_mep:
    case bfd_arch_mips:
    case bfd_arch_tic6x:
    case bfd_arch_xtensa:
      return;
...

Enable some of these, and document in more detail why they're enabled or
skipped.

Likewise, document bfd_arch_or1k because it's an odd case.

Tested on x86_64-linux.
gdb/disasm-selftests.c