fpc/rtl/arm
florian e9c5458dd2 o patch by Nico Erfurth:
* Fix for InterLockedCompareExchange on ARMEL

InterLockedCompareExchange would not return the current data on failure.
Getting this to work correctly is a bit tricky. As kuser_cmpxchg does
not return the set value, we have to load it.
There is a tiny chance that we get rescheduled between calling
kuser_cmpxchg and loading the value. If the value changed in between
there is the possibility that we would return the Comperand without
having done an actual swap. Which might cause havoc and destruction.

So, if the exchange failed, compare the value and loop again in case
of CurrentValue == Comperand.

* Improve testing of InterLockedCompareExchange

Added a test to check for the case when Comperand is different from the
current value.

git-svn-id: trunk@20514 -
2012-03-11 21:08:57 +00:00
..
arm.inc o patch by Nico Erfurth: 2012-03-11 21:08:57 +00:00
divide.inc + patch by Jeppe Johansen to make use of the div/udiv instruction on arm7m, resolves #20022 2011-09-24 21:41:01 +00:00
int64p.inc
makefile.cpu
math.inc o added ARM VPFv2/VFPv3 support: 2009-12-03 22:46:30 +00:00
mathu.inc * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
mathuh.inc
set.inc
setjump.inc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
setjumph.inc + initial implementation of iso style gotos in iso mode 2010-08-05 19:20:46 +00:00
strings.inc
stringss.inc
thumb2.inc * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt. 2011-06-13 04:59:17 +00:00