Changeset 8e7db68c in rtems for cpukit/score/include/rtems

Timestamp:
04/14/14 21:05:04 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
e91ab8c
Parents:
4d58458
git-author:
Joel Sherrill <joel.sherrill@…> (04/14/14 21:05:04)
git-committer:
Joel Sherrill <joel.sherrill@…> (05/30/14 20:07:39)
Message:

Minor conditionals to enable building Scheduler Simulator on GNU/Linux

  • rtems/score/assert.h: Scheduler Simulator uses glibc assert.h on GNU/Linux. This will likely need to be adjusted more for other host compilers and C libraries. Also disable _Assert_Not_reached() because some of these paths do actually return to the called on the Scheduler Simulator.
  • basedefs.h: Do not use noreturn attribute when on Scheduler Simulator. Paths which context switch can return to the command interpreter on the Scheduler Simulator.
(No files)

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