Changeset 15e19273 in rtems for cpukit/libcsupport

Timestamp:
11/21/17 10:29:01 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
1c193a2
Parents:
cd3e220
git-author:
Sebastian Huber <sebastian.huber@…> (11/21/17 10:29:01)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/22/17 08:40:23)
Message:

sapi: New implementation of rtems_panic()

The previous rtems_panic() implementation was quite heavy weight. It
depended on _exit() which calls the global destructors. It used
fprintf(stderr, ...) for output which depends on an initialized console
device and the complex fprintf().

Introduce a new fatal source RTEMS_FATAL_SOURCE_PANIC for rtems_panic()
and output via vprintk().

Update #3244.

(No files)

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