Commit 5ec473b9 by Ian Lance Taylor Committed by Ian Lance Taylor

* gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.

From-SVN: r77249
parent c85a3379
2004-02-04 Ian Lance Taylor <ian@wasabisystems.com>
* gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
2004-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2004-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
it into sp. */ it into sp. */
/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */ /* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */
/* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt" } */ /* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt" } */
/* { dg-final { scan-assembler "ldmfd\[ ]sp!.*ip,\[ ]*pc" } } */ /* { dg-final { global compiler_flags; if ![string match "*-mthumb *" $compiler_flags] { scan-assembler "ldmfd\[ ]sp!.*ip,\[ ]*pc" } } } */
/* This function uses all the call-saved registers, namely r4, r5, r6, /* This function uses all the call-saved registers, namely r4, r5, r6,
r7, r8, r9, sl, fp. Since we also save pc, that leaves an odd r7, r8, r9, sl, fp. Since we also save pc, that leaves an odd
......
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