Commit f3c7ed6b by Richard Earnshaw Committed by Richard Earnshaw

* gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.

From-SVN: r63559
parent 3c042316
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> 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
......
/* ARM and Thumb asm statements should be able to access the constant /* ARM and Thumb asm statements should be able to access the constant
pool. */ pool. */
/* { dg-do compile { target arm*-*-* } } */ /* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */
extern unsigned x[]; extern unsigned x[];
unsigned *trapTable() unsigned *trapTable()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment