blob: d0802ceab8430a429b303afe92c9802f63c19325 [file] [log] [blame]
The Android Open Source Projecta27d2ba2008-10-21 07:00:00 -07001/*
2 * This function is an empty stub where GDB locates a breakpoint to get notified
3 * about linker activity.
4 */
5void __attribute__((noinline)) rtld_db_dlactivity(void)
6{
7}
8