[PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs

Nick Clifton nickc@redhat.com
Tue Apr 14 14:30:04 GMT 2020


Hi Fredrik,

> I think the copyright assignment should be in place now too.

It is.

> I still haven't resolved the following question from a previous mail
> though:

Sorry - I missed it.

>> I've added a few tests at what I believe should be the right place.
>> I think however that those tests will fail if run on a system that
>> doesn't support neon instructions (because of the -mfpu=neon flag to
>> as). Is there a way to skip the tests in such cases?

When you say "system" do you mean "the assembler that is being tested" ?
It is quite common to build cross targeted assemblers, so it is not the
host system that matters, but the toolchain that is being tested.

Generally speaking I would expect all ARM targeted assemblers to support
the -mfpu=neon option.  If however there are configurations that don't
then you can always add the "#notarget: <configuration>" line to the 
test driver file.  (Grep through the gas/testsuite/gas/arm/*.d files for
examples of this).

Cheers
  Nick



More information about the Binutils mailing list