summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/objexceptionmapping.yml
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/build/cpukit/objexceptionmapping.yml
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 '')
-rw-r--r--spec/build/cpukit/objexceptionmapping.yml15
1 files changed, 15 insertions, 0 deletions
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