On Wed, 20 May 2015, Alex Velenko wrote: > Hi, > > This patch prevents arm_thumb1_ok XPASS in sibcall-3.c and sibcall-4.c > testcases. Sibcalls are not ok for Thumb1 and testcases need to be fixed.
arm_thumb1_ok means "this is an ARM target where -mthumb causes Thumb-1 to be used". It only ever makes sense to use it in tests that use an explicit -mthumb, which these tests don't. If you want to check "is this test being built for Thumb-1 by the multilib options", use arm_thumb1. -- Joseph S. Myers jos...@codesourcery.com