tcg/arm: add variables to define the allowed instructions set
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 9 Apr 2010 18:52:48 +0000 (20:52 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 19 Apr 2010 05:02:53 +0000 (07:02 +0200)
commit932fea407b12fa3e1f9a47f15b830ecf08e5c511
tree01f74e8300757ff26f1d61fc40f55095ec3f6a46
parent275c4db9a53f883842e0611040c24a8467892262
tcg/arm: add variables to define the allowed instructions set

Use a set of variables to define the allowed ARM instructions, depending
on the __ARM_ARCH_*__ GCC defines.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c