commit | 93c0f5ee00d1357247fda333c9d49c8673c9c83b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Oct 06 11:08:13 2015 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Oct 09 15:59:04 2015 -0700 |
tree | 9afe2dc72f063df4b498aa1328be122e389fd777 | |
parent | 487a1823e8617011009eded8eae9a75c1f871887 [diff] [blame] |
Move VDSO pointers to a shared globals struct. Change-Id: I01cbc9cf0917dc1fac52d9205bda2c68529d12ef
diff --git a/libc/bionic/libc_init_dynamic.cpp b/libc/bionic/libc_init_dynamic.cpp index 78125f9..3bb6e89 100644 --- a/libc/bionic/libc_init_dynamic.cpp +++ b/libc/bionic/libc_init_dynamic.cpp
@@ -74,6 +74,7 @@ // __libc_init_common() will change the TLS area so the old one won't be accessible anyway. *args_slot = NULL; + __libc_init_globals(*args); __libc_init_common(*args); // Hooks for various libraries to let them know that we're starting up.