Update.
[platform/upstream/glibc.git] / elf / dl-support.c
index 0a14b6d..73c90c2 100644 (file)
@@ -53,10 +53,12 @@ struct r_search_path *_dl_search_paths;
 
 /* We never do profiling.  */
 const char *_dl_profile;
-struct link_map *_dl_profile_map;
 
 /* Names of shared object for which the RPATHs should be ignored.  */
-const char *_dl_ignore_rpath;
+const char *_dl_inhibit_rpath;
+
+/* This is the address of the last stack address ever used.  */
+void *__libc_stack_end;
 
 
 static void non_dynamic_init (void) __attribute__ ((unused));