summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-04-06 09:02:20 -0500
committerJoel Sherrill <joel@rtems.org>2021-10-29 12:40:56 -0500
commit4812a8b572637830d58335cdcc6b200f86e9d435 (patch)
treeb5696f17f09c85a63088bdd1d36b8bf8d87a05f5 /spec
parenttestsuite: Add machine exception resume test (diff)
downloadrtems-4812a8b572637830d58335cdcc6b200f86e9d435.tar.bz2
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.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/librtemscpu.yml3
-rw-r--r--spec/build/cpukit/objexceptionmapping.yml15
2 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 2017ab058c..2b25b5dcce 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -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
@@ -498,6 +499,8 @@ links:
- role: build-dependency
uid: objdrvmgr
- role: build-dependency
+ uid: objexceptionmapping
+- role: build-dependency
uid: objgnat
- role: build-dependency
uid: objmpci
diff --git a/spec/build/cpukit/objexceptionmapping.yml b/spec/build/cpukit/objexceptionmapping.yml
new file mode 100644
index 0000000000..40f559c73f
--- /dev/null
+++ b/spec/build/cpukit/objexceptionmapping.yml
@@ -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