Explorar o código

make sure we have rtld_hidden_def(_dl_debug_state)

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
4fd21f190d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ldso/ldso/ldso.c

+ 1 - 0
ldso/ldso/ldso.c

@@ -83,6 +83,7 @@ void _dl_debug_state(void)
 	 */
 	__asm__("");
 }
+rtld_hidden_def(_dl_debug_state);
 
 static unsigned char *_dl_malloc_addr = 0;	/* Lets _dl_malloc use the already allocated memory page */
 static unsigned char *_dl_mmap_zero   = 0;	/* Also used by _dl_malloc */