#
b3d3ee5a |
| 03-Jul-2017 |
Alexander von Gluck IV <kallisti5@unixzen.com> |
libroot/ppc: Stub out emitted GCC atomics on ppc32
* gcc will emit 64-bit (_8) atomic functions on 32-bit powerpc architectures. This stubs them out for now with a warning. * We could do more he
libroot/ppc: Stub out emitted GCC atomics on ppc32
* gcc will emit 64-bit (_8) atomic functions on 32-bit powerpc architectures. This stubs them out for now with a warning. * We could do more here, but i'm just getting PPC bootstrapped to get the nightly builds going again. * We could also just completely drop PPC.. but it was pretty close pre-pm... so I'd hate to lose that work.
show more ...
|
#
78e18495 |
| 21-Jan-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* atomic_test_and_set() did actually not test if the lock was lost, and would therefore not always work correctly. * Minor cleanup, added return register for completeness.
git-svn-id: file:///srv
* atomic_test_and_set() did actually not test if the lock was lost, and would therefore not always work correctly. * Minor cleanup, added return register for completeness.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28977 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|