Initial Contribution
This commit is contained in:
8
linker/rt.c
Normal file
8
linker/rt.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* This function is an empty stub where GDB locates a breakpoint to get notified
|
||||
* about linker activity.
|
||||
*/
|
||||
void __attribute__((noinline)) rtld_db_dlactivity(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user