Changeset 1eb6cdde in rtems for cpukit/rtems

Timestamp:
04/30/21 14:58:50 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
5b97821
Parents:
2df9541
git-author:
Sebastian Huber <sebastian.huber@…> (04/30/21 14:58:50)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/02/21 16:41:26)
Message:

score: Add _Thread_Dispatch_direct_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 _Thread_Dispatch_direct() to avoid generation
of dead code.

(No files)

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