opcodes/arm: adjust whitespace in cpsie instruction
authorAndrew Burgess <aburgess@redhat.com>
Tue, 28 Feb 2023 21:40:17 +0000 (21:40 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 3 Apr 2023 11:11:32 +0000 (12:11 +0100)
commit4fc808ae2a3dee6a791c2a90b25db9c7a3790563
treefe0614df7312896a43b493167fc5733b56d48d87
parent71f18376db954e95a44a9281d05699a228070f77
opcodes/arm: adjust whitespace in cpsie instruction

While I was working on the disassembler styling for ARM I noticed that
the whitespace in the cpsie instruction was inconsistent with most of
the other ARM disassembly output, the disassembly for cpsie looks like
this:

  cpsie   if,#10

notice there's no space before the '#10' immediate, most other ARM
instructions have a space before each operand.

This commit updates the disassembler to add the missing space, and
updates the tests I found that tested this instruction.
gas/testsuite/gas/arm/archv6.d
gas/testsuite/gas/arm/t16-bad.s
opcodes/arm-dis.c