forked from Imagelibrary/rtems
cpukit: Add signal mapping support
This adds a confdef option allowing an application to request mapping machine exceptions to POSIX signals. This is required for some languages such as Ada.
This commit is contained in:
committed by
Joel Sherrill
parent
3fc641abca
commit
4812a8b572
@@ -343,6 +343,7 @@ install:
|
||||
- cpukit/include/rtems/score/coresem.h
|
||||
- cpukit/include/rtems/score/coresemimpl.h
|
||||
- cpukit/include/rtems/score/cpustdatomic.h
|
||||
- cpukit/include/rtems/score/exception.h
|
||||
- cpukit/include/rtems/score/freechain.h
|
||||
- cpukit/include/rtems/score/hash.h
|
||||
- cpukit/include/rtems/score/heap.h
|
||||
@@ -497,6 +498,8 @@ links:
|
||||
uid: objdl
|
||||
- role: build-dependency
|
||||
uid: objdrvmgr
|
||||
- role: build-dependency
|
||||
uid: objexceptionmapping
|
||||
- role: build-dependency
|
||||
uid: objgnat
|
||||
- role: build-dependency
|
||||
|
||||
15
spec/build/cpukit/objexceptionmapping.yml
Normal file
15
spec/build/cpukit/objexceptionmapping.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: objects
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2021 On-Line Applications Research (OAR)
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by:
|
||||
- RTEMS_EXCEPTION_EXTENSIONS
|
||||
includes: []
|
||||
install: []
|
||||
links: []
|
||||
source:
|
||||
- cpukit/score/src/exceptionmapping.c
|
||||
type: build
|
||||
Reference in New Issue
Block a user