Commit 3cec90b4 by Andrew Stubbs Committed by Andrew Stubbs

atomicity.h (__exchange_and_add): Set earlyclobber constraint.

2009-09-14  Andrew Stubbs  <ams@codesourcery.com>

	* config/cpu/sh/atomicity.h (__exchange_and_add): Set earlyclobber
	constraint.

From-SVN: r151682
parent cdb4dde5
2009-09-14 Andrew Stubbs <ams@codesourcery.com>
* config/cpu/sh/atomicity.h (__exchange_and_add): Set earlyclobber
constraint.
2009-09-11 Johannes Singler <singler@ira.uka.de>
* include/parallel/multiway_merge.h
......
......@@ -44,7 +44,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
"\tadd\t%3,r0\n"
"\tmovco.l\tr0,@%2\n"
"\tbf\t0b"
: "+m" (*__mem), "=r" (__result)
: "+m" (*__mem), "=&r" (__result)
: "r" (__mem), "rI08" (__val)
: "r0");
......
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