Commit 825b2e07 by Greta Yorsh Committed by Ramana Radhakrishnan

For Greta Yorsh

2012-01-30  Greta Yorsh  <Greta.Yorsh@arm.com>

        * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
        new code generated for __sync_lock_release.

From-SVN: r183718
parent 98e4350f
2012-01-30 Greta Yorsh <Greta.Yorsh@arm.com>
* gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
new code generated for __sync_lock_release.
2012-01-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and
......
......@@ -10,8 +10,8 @@
#include "../../gcc.dg/di-longlong64-sync-1.c"
/* We should be using ldrexd, strexd and no helpers or shorter ldrex. */
/* { dg-final { scan-assembler-times "\tldrexd" 46 } } */
/* { dg-final { scan-assembler-times "\tstrexd" 46 } } */
/* { dg-final { scan-assembler-times "\tldrexd" 48 } } */
/* { dg-final { scan-assembler-times "\tstrexd" 48 } } */
/* { dg-final { scan-assembler-not "__sync_" } } */
/* { dg-final { scan-assembler-not "ldrex\t" } } */
/* { dg-final { scan-assembler-not "strex\t" } } */
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