mbed-os/libraries/rtos/rtx/TARGET_CORTEX_A
Jun-Ru Chang f211a680b4 [RTOS] fix compilation warning
pragma push/pop/Ospace are only supported by ARM compiler. Change
predefined marco from __arm__ to __CC_ARM. Warning messages are
shown as below.

[Warning] rt_CMSIS.c@1867: 1866:0: warning: ignoring #pragma push
[-Wunknown-pragmas] ignoring #pragma Ospace  [-Wunknown-pragmas]
[Warning] rt_CMSIS.c@1884: 1866:0: warning: ignoring #pragma push
[-Wunknown-pragmas] ignoring #pragma pop  [-Wunknown-pragmas]

Change-Id: Ife657b710d694449b30dc4b3150cd49c883fc080
Signed-off-by: Jun-Ru Chang <jrjang@gmail.com>
2015-04-10 10:56:55 +08:00
..
TOOLCHAIN_ARM Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
TOOLCHAIN_GCC Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
HAL_CA.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
RTX_CM_lib.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
RTX_Conf_CA.c Increase main thread stack size. 2015-03-23 19:56:55 +09:00
RTX_Config.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
cmsis_os.h Proper fix for Cortex-M/Cortex-A RTOS issue 2014-11-06 12:54:09 +00:00
rt_CMSIS.c [RTOS] fix compilation warning 2015-04-10 10:56:55 +08:00
rt_Event.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Event.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_HAL_CA.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_HAL_CM.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_List.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_List.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Mailbox.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Mailbox.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_MemBox.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_MemBox.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Memory.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Memory.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Mutex.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Mutex.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Robin.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Robin.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Semaphore.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Semaphore.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_System.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_System.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Task.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Task.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Time.c Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Time.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_Timer.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00
rt_TypeDef.h Remove trailing whitespace in RTX 2015-03-06 16:16:58 +08:00