[ARM] Help wince objdump on coproc tests
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 2 Nov 2017 14:16:22 +0000 (14:16 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 2 Nov 2017 14:16:22 +0000 (14:16 +0000)
commit852735806aa4343ba4bbe89656041800cf482918
treec708d95c962e45290321d7d1cb09ff8e5973f2ed
parentdcc31d286ad05aa93577181f9a8292009622363e
[ARM] Help wince objdump on coproc tests

Object files other than ELF do not have mapping symbols to indicate the
type of data for objdump to work reliably. This is why the following
tests FAIL on arm-wince-pe targets:
ARMv6T2 Thumb CoProcessor Instructions (1)
ARMv6T2 Thumb CoProcessor Instructions (2)

This patch adds the force-thumb disassembler option to objdump for this
test to PASS on these targets as well.

2017-11-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gas/
* testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: Add
--disassembler-options=force-thumb to objdump options.
* testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d: Likewise.
gas/ChangeLog
gas/testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d
gas/testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-2.d