On 07/04/2013 04:22 AM, Peter Maydell wrote: > > This change means we now set use_armv5_instructions > for __ARCH_ARCH_5__ and __ARM_ARCH_5E__, which we didn't > before. However one of the things that bool is gating is > whether we use the 'blx' insn, which is ARMv5T and above only. > So this will break v5-but-not-v5T CPUs.
Hmm. And thus platform=v5 plus HWCAP_THUMB ought to detect that too, eh? r~