mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
gcov.c: Add necessary instrumentation functions
(.text.ltp_interfaces_sem_unlink_2_2_main+0xd8): undefined reference to `__gcov_execlk' Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1c7d81881c
commit
79d0bfa8cc
@@ -319,6 +319,10 @@ void __gcov_execve(void)
|
||||
{
|
||||
}
|
||||
|
||||
void __gcov_execl(void)
|
||||
{
|
||||
}
|
||||
|
||||
void __gcov_execv(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user