This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 3/5] ARM Intrinsics Support


This patch allows a test case to specify that it should only be run in
ARM mode and not both ARM and Thumb mode when running regression tests
for the ARM target. This is required because one of the new intrinsics
added by this patch series is only supported for ARM and not Thumb, but
it was ordinarily impossible to indicate this in the intrinsic's test
case.

Tested for ARMv7-a/Thumb2 on qemu for arm-none-eabi on trunk with no extra
regressions. Testing for ARMv4t for arm-none-eabi in progress. OK to commit?

2009-07-10 Stephen Thomas <stephen.thomas@arm.com>

	* lib/target-supports.exp (check_effective_target_armmode): New.

Stephen Thomas

Attachment: 03-testsuite-armmode-diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]