Hi all, There is a FAIL in the gas testsuite for arm-coff targets, on the gas/arm/thumb2_add test. This FAIL is related to the usage of the elf-only pseudo ".type", so I think it is a test bug. Attached is a patch that fixes the issue by simply removing the offending line. Tested on arm-none-coff and arm-none-eabi. 2006-08-04 Pedro Alves gas/testsuite * gas/arm/thumb2_add.s: Don't use elf specific ".type" pseudo-op. Cheers, Pedro Alves