This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 79d0bfa8cc gcov.c: Add necessary instrumentation functions
79d0bfa8cc is described below
commit 79d0bfa8cc01a0fd8559cf850aa23c37665f7372
Author: wangmingrong1 <[email protected]>
AuthorDate: Mon Dec 9 11:39:55 2024 +0800
gcov.c: Add necessary instrumentation functions
(.text.ltp_interfaces_sem_unlink_2_2_main+0xd8): undefined reference to
`__gcov_execlk'
Signed-off-by: wangmingrong1 <[email protected]>
---
libs/libbuiltin/libgcc/gcov.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libs/libbuiltin/libgcc/gcov.c b/libs/libbuiltin/libgcc/gcov.c
index 987efa1b60..7ec2072728 100644
--- a/libs/libbuiltin/libgcc/gcov.c
+++ b/libs/libbuiltin/libgcc/gcov.c
@@ -319,6 +319,10 @@ void __gcov_execve(void)
{
}
+void __gcov_execl(void)
+{
+}
+
void __gcov_execv(void)
{
}