mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Disable atomic ops detection for the time being.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c977d8db0
commit
07fa091275
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-28 Niels Grewe <niels.grewe@halbordnung.de>
|
||||||
|
|
||||||
|
* Source/NSObject.m: Disable atomic ops detection for the time being.
|
||||||
|
|
||||||
2011-05-27 11:48 David Chisnall <theraven@gna.org>
|
2011-05-27 11:48 David Chisnall <theraven@gna.org>
|
||||||
|
|
||||||
* Source/NSAutoreleasePool.m:
|
* Source/NSAutoreleasePool.m:
|
||||||
|
|
|
@ -190,6 +190,15 @@ static void GSLogZombie(id o, SEL sel)
|
||||||
#undef GSATOMICREAD
|
#undef GSATOMICREAD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FIXME: Refrain from using atomic builtins until we know how to reliably check
|
||||||
|
* whether they do work with GCC.
|
||||||
|
*/
|
||||||
|
#ifdef USE_ATOMIC_BUILTINS
|
||||||
|
#undef USE_ATOMIC_BUILTINS
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW__)
|
||||||
#ifndef _WIN64
|
#ifndef _WIN64
|
||||||
#undef InterlockedIncrement
|
#undef InterlockedIncrement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue