OSDN Git Service

* gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 13:45:31 +0000 (13:45 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 13:45:31 +0000 (13:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63559 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a510a72..9c81c63 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 083682d..dd99c68 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()
 {