diff options
author | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 13:45:31 +0000 |
---|---|---|
committer | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-28 13:45:31 +0000 |
commit | 6030c4b178195d274e9b11c3e288793ee10da186 (patch) | |
tree | 7b4235016940cf1b50b92e7daccdcaf6e6830df6 /gcc/testsuite/gcc.dg/arm-asm.c | |
parent | 79a71a06d7ad48e548c078f029a6593384658ac9 (diff) | |
download | gcc-6030c4b178195d274e9b11c3e288793ee10da186.tar.gz |
* gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63559 138bc75d-0d04-0410-961f-82ee72b054a4
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 083682dca73..dd99c68553f 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() { |