[PATCH] arm: Fix MVE vmla encoding

Nick Clifton nickc@redhat.com
Wed Apr 24 10:47:10 GMT 2024


Hi Claudio,

> I checked the result of the builds linked from patchwork but those do not cover arm-none-eabi, and, to be honest, I didn't even realize wince is still supported!

Oh yes, there are still folks who care about ARMs and the PE format.

> Is there another system that would allow me to catch such an error?

You do not need one.  You can cross compile and run.  (In fact I do
all my testing on an x86_64 box.  Not an ARM in sight).  Just create
a new build directory and run:

   <path-to-binutils-sources>/configure --target=arm-wince-pe
   make all-gas all-binutils all-ld
   cd gas ; make check

Cheers
   Nick



More information about the Binutils mailing list