From: Richard Earnshaw Date: Fri, 28 Feb 2003 13:45:31 +0000 (+0000) Subject: * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets. X-Git-Tag: releases/gcc-3.4.0~8357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3c7ed6b01dd334c2d665cf74bf0f727bcb16f9a;p=thirdparty%2Fgcc.git * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets. From-SVN: r63559 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a510a72b61f4..9c81c63d6f35 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-02-28 Richard Earnshaw + + * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets. + 2003-02-28 Alexandre Oliva * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of diff --git a/gcc/testsuite/gcc.dg/arm-asm.c b/gcc/testsuite/gcc.dg/arm-asm.c index 083682dca738..dd99c68553f7 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*-*-* } } */ +/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */ extern unsigned x[]; unsigned *trapTable() {