summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemscpu.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-27 20:03:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:29:52 +0200
commit2bc233fe585e755f62086e13b9bbbfe1bad31a1c (patch)
tree94890bc3a097d06c4a519f184161d1715d31759d /spec/build/cpukit/librtemscpu.yml
parentbuild: Allow separate optimization flags (diff)
downloadrtems-2bc233fe585e755f62086e13b9bbbfe1bad31a1c.tar.bz2
gcov: Add fork(), etc. gcov wrappers
The compiler wraps fork(), etc. system calls if coverage generation is enabled. These functions must be provided by the system. For RTEMS, they just return an error status. Update #4670.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 965419c389..4a8a0ee1ad 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -640,6 +640,7 @@ source:
- cpukit/libcsupport/src/ftruncate.c
- cpukit/libcsupport/src/ftrylockfile.c
- cpukit/libcsupport/src/funlockfile.c
+- cpukit/libcsupport/src/gcovfork.c
- cpukit/libcsupport/src/getchark.c
- cpukit/libcsupport/src/getdents.c
- cpukit/libcsupport/src/getegid.c