atomic.c: Include tconfig.h.

2014-01-25  Walter Lee  <walt@tilera.com>

            * config/tilepro/atomic.c: Include tconfig.h.  Don't include
            config.h or system.h.
            (bool) Define.

From-SVN: r207088
This commit is contained in:
Walter Lee 2014-01-25 20:37:01 +00:00 committed by Walter Lee
parent 24534912f7
commit a5420aa44e
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2014-01-25 Walter Lee <walt@tilera.com>
* config/tilepro/atomic.c: Include tconfig.h. Don't include
config.h or system.h.
(bool) Define.
2014-01-25 Walter Lee <walt@tilera.com>
* config/tilepro/atomic.c (pre_atomic_barrier): Mark inline.

View file

@ -21,11 +21,12 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
#include "config.h"
#include "system.h"
#include "tconfig.h"
#include "coretypes.h"
#include "atomic.h"
#define bool unsigned char
/* This code should be inlined by the compiler, but for now support
it as out-of-line methods in libgcc. */