diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/arm-asm.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/arm-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/arm-asm.c b/gcc/testsuite/gcc.dg/arm-asm.c index 1187d9e..083682d 100644 --- a/gcc/testsuite/gcc.dg/arm-asm.c +++ b/gcc/testsuite/gcc.dg/arm-asm.c @@ -1,6 +1,6 @@ /* ARM and Thumb asm statements should be able to access the constant pool. */ -/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-* } } */ +/* { dg-do compile { target arm*-*-* } } */ extern unsigned x[]; unsigned *trapTable() { |