mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2002-02-06 Andreas Jaeger <aj@suse.de> * include/libc-symbols.h (INTUSE): Renamed from INT. * elf/dl-deps.c: Change users. * sysdeps/generic/dl-sysdep.c: Likewise. * sysdeps/generic/dl-cache.c: Likewise. * elf/dl-reloc.c: Likewise. * elf/rtld.c: Likewise. * elf/dl-version.c: Likewise. * elf/dl-load.c: Likewise. * elf/dl-dst.h: Likewise. * elf/dl-init.c: Likewise.
This commit is contained in:
@ -149,7 +149,7 @@ _dl_load_cache_lookup (const char *name)
|
||||
|
||||
/* Print a message if the loading of libs is traced. */
|
||||
if (__builtin_expect (GL(dl_debug_mask) & DL_DEBUG_LIBS, 0))
|
||||
INT(_dl_debug_printf) (" search cache=%s\n", LD_SO_CACHE);
|
||||
INTUSE(_dl_debug_printf) (" search cache=%s\n", LD_SO_CACHE);
|
||||
|
||||
if (cache == NULL)
|
||||
{
|
||||
@ -251,7 +251,7 @@ _dl_load_cache_lookup (const char *name)
|
||||
|
||||
/* Print our result if wanted. */
|
||||
if (__builtin_expect (GL(dl_debug_mask) & DL_DEBUG_LIBS, 0) && best != NULL)
|
||||
INT(_dl_debug_printf) (" trying file=%s\n", best);
|
||||
INTUSE(_dl_debug_printf) (" trying file=%s\n", best);
|
||||
|
||||
return best;
|
||||
}
|
||||
|
Reference in New Issue
Block a user