On Tue, 2017-02-14 at 16:35 +0100, Patrick Ohly wrote:
> {standard input}: Assembler messages:
> {standard input}:80: Error: shifts in CMP/MOV instructions are only
> supported in unified syntax -- `mov r12,r12,ror#3'
> {standard input}:80: Error: shifts in CMP/MOV instructions are only
> supported in unified syntax -- `mov r12,r12,ror#13'

This code is imported from valgrind and doesn't work in a Thumb build. 
It's trying to generate a special no-op instruction sequence that the
Valgrind JIT can spot.  There might be a Thumb equivalent in a newer
version of valgrind upstream, I'm not sure.

p.
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to