Changeset d45f87c in rtems for bsps/powerpc

Timestamp:
05/17/21 11:35:42 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
24c62932
Parents:
80b3c938
git-author:
Sebastian Huber <sebastian.huber@…> (05/17/21 11:35:42)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/18/21 06:02:50)
Message:

score: Add _CPU_Context_switch_no_return()

The builtin_unreachable() cannot be used with current GCC versions to
tell the compiler that a function does not return to the caller, see:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99151

Add a no return variant of _CPU_Context_switch() to avoid generation of
dead code in _Thread_Start_multitasking() if RTEMS was built with SMP
support enabled.

(No files)

Note: See TracChangeset for help on using the changeset viewer.