Changeset 33cb8bf in rtems for cpukit/sapi


Ignore:
Timestamp:
02/17/14 10:40:18 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
46d7fa5
Parents:
b39e055
git-author:
Sebastian Huber <sebastian.huber@…> (02/17/14 10:40:18)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/19/14 08:59:39)
Message:

score: Add RTEMS_FATAL_SOURCE_BSP

Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC
into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to
figure out the code position given a fatal source and code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/fatalsrctext.c

    rb39e055 r33cb8bf  
    3434  "RTEMS_FATAL_SOURCE_APPLICATION",
    3535  "RTEMS_FATAL_SOURCE_EXIT",
    36   "RTEMS_FATAL_SOURCE_BSP_GENERIC",
    37   "RTEMS_FATAL_SOURCE_BSP_SPECIFIC",
     36  "RTEMS_FATAL_SOURCE_BSP",
    3837  "RTEMS_FATAL_SOURCE_ASSERT",
    3938  "RTEMS_FATAL_SOURCE_STACK_CHECKER",
Note: See TracChangeset for help on using the changeset viewer.