This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: New regressions in GAS testsuite for arm-wince-pe
- From: Nick Clifton <nickc at redhat dot com>
- To: Thomas Preudhomme <thomas dot preudhomme at foss dot arm dot com>
- Cc: binutils at sourceware dot org
- Date: Thu, 2 Nov 2017 15:43:10 +0000
- Subject: Re: New regressions in GAS testsuite for arm-wince-pe
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=nickc at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 780C7C04AC5B
- References: <87zi86p4iz.fsf@redhat.com> <3f09e39e-5825-1b6d-8476-8cb4c660bcaa@foss.arm.com> <9a526c6d-ced5-35f0-304f-fe53eb8b43ee@foss.arm.com>
Hi Thomas,
> 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.
>
> ChangeLog entry is as follows:
>
> *** gas/ChangeLog ***
>
> 2017-11-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
>
> * 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.
>
> Committed as obvious.
Thanks for pursuing this.
Cheers
Nick