commit | e5e69e09128e2e89bcafec45be343674adf983bf | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Jan 01 18:53:48 2019 -0800 |
committer | Ryan Prichard <rprichard@google.com> | Wed Jan 16 16:52:47 2019 -0800 |
tree | 3bddb0f2bd3ccb8e6cbb6b55adbe121d6936f825 | |
parent | 977e47d01897be06c2b5fc30267d29f86eeb5fc1 [diff] [blame] |
Record TLS modules and layout static TLS memory Bug: http://b/78026329 Test: bionic unit tests Change-Id: Ibf1bf5ec864c7830e4cd1cb882842b644e6182ae
diff --git a/libc/private/bionic_globals.h b/libc/private/bionic_globals.h index b5e677e..4d40476 100644 --- a/libc/private/bionic_globals.h +++ b/libc/private/bionic_globals.h
@@ -69,6 +69,7 @@ abort_msg_t* abort_msg = nullptr; StaticTlsLayout static_tls_layout; + TlsModules tls_modules; // Values passed from the linker to libc.so. const char* init_progname = nullptr;