diff options
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index cb0a4ff..3e5e291 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -456,10 +456,12 @@ _dl_init_paths (const char *llp) const char **strp; struct r_search_path_elem *pelem, **aelem; size_t round_size; +#ifdef PIC + struct link_map *l; +#endif /* Fill in the information about the application's RPATH and the directories addressed by the LD_LIBRARY_PATH environment variable. */ - struct link_map *l; /* Get the capabilities. */ capstr = _dl_important_hwcaps (_dl_platform, _dl_platformlen, |