* gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 28 Feb 2003 13:45:31 +0000 (13:45 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 28 Feb 2003 13:45:31 +0000 (13:45 +0000)
From-SVN: r63559

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/arm-asm.c

index a510a72b61f4b9493869b5470578e4ab1aae5bac..9c81c63d6f35718b963329dabc6227cd15aaf68b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
+
 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
 
        * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
index 083682dca738c1ddaae29a22f5c15a55e0d97f8e..dd99c68553f7c708f5004a41055f8b167aba536f 100644 (file)
@@ -1,6 +1,6 @@
 /* ARM and Thumb asm statements should be able to access the constant
    pool.  */
-/* { dg-do compile { target arm*-*-* } } */
+/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */
 extern unsigned x[];
 unsigned *trapTable()
 {