From 2bc233fe585e755f62086e13b9bbbfe1bad31a1c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Jun 2022 20:03:45 +0200 Subject: 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. --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') 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 -- cgit v1.2.3