From 232cdcb3d6bc9ae43c25873126f0a38dedd9b7d8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Apr 2010 14:04:34 +0000 Subject: 2010-04-07 Joel Sherrill * score/include/rtems/system.h: Fix warnings about TRUE/FALSE not defined on ARM target. This file need to be clean from .S files. --- cpukit/score/include/rtems/system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/include/rtems/system.h') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 11dac214d7..0993f1e632 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -149,6 +149,7 @@ extern "C" { #define RTEMS_COMPILER_DEPRECATED_ATTRIBUTE #endif +#ifndef ASM #ifdef RTEMS_POSIX_API /** The following is used by the POSIX implementation to catch bad paths. */ int POSIX_NOT_IMPLEMENTED( void ); @@ -164,6 +165,7 @@ int POSIX_NOT_IMPLEMENTED( void ); typedef void * proc_ptr; #include +#endif #if !defined( TRUE ) || (TRUE != 1) /** Boolean constant TRUE */ @@ -177,9 +179,12 @@ typedef void * proc_ptr; #define FALSE (0) #endif +#ifndef ASM #include +#endif #include /* processor specific information */ +#ifndef ASM /** * This macro is used to obtain the offset of a field in a structure. */ @@ -200,6 +205,7 @@ extern const char _Copyright_Notice[]; /** This macro defines the maximum length of a Classic API name. */ #define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name) +#endif #ifdef __cplusplus } -- cgit v1.2.3