Changeset cc060f0 in rtems for cpukit

Timestamp:
05/10/19 12:38:28 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
327ae9ac
Parents:
b446457
git-author:
Sebastian Huber <sebastian.huber@…> (05/10/19 12:38:28)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/14/19 09:11:51)
Message:

shell: Avoid rtems_error()

Do not use the rtems_error() function since this function pulls in
exit() and abort(). The abort() function pulls in raise() which pulls
in the whole POSIX signals support. This change saves about 16KiB of
text/rodata on ARM Thumb-2 systems.

(No files)

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