[rtems commit] arm/rtems/score/cpu.h:

Joel Sherrill joel at rtems.org
Thu Oct 9 15:03:38 UTC 2014


  _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Module:    rtems
Branch:    master
Commit:    bf19dbc373c77890588db1605689a8ca50131fc2
Changeset: http://git.rtems.org/rtems/commit/?id=bf19dbc373c77890588db1605689a8ca50131fc2

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct  7 17:40:49 2014 -0500

arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE

---

 cpukit/score/cpu/arm/rtems/score/cpu.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index a032d4a..9aef8df 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -488,7 +488,8 @@ void _CPU_Context_restore( Context_Control *new_context )
   RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
 
 #if defined(ARM_MULTILIB_ARCH_V7M)
-  void _ARMV7M_Start_multitasking( Context_Control *heir );
+  void _ARMV7M_Start_multitasking( Context_Control *heir )
+    RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
   #define _CPU_Start_multitasking _ARMV7M_Start_multitasking
 #endif
 



More information about the vc mailing list