On 21 June 2011 22:04, Janis Johnson <jani...@codesourcery.com> wrote: > This patch removes "-march=armv7-a" from four tests that pass with all > -march values from armv4t on. > > OK for trunk? >
No, that sounds like a bug - if we are generating smlaltb and friends for v4t then the compiler is broken. This is probably because smlaltb is a part of the file name :( . smlaltb should be generated in ARM state for arch between v5e onwards in Thumb state from v6t2 onwards (i.e. v6t2). cheers Ramana