commit | 8eceeea1a1ca55b29c5393b081e4d972b12939ce | [log] [tgz] |
---|---|---|
author | Daniel Chapin <chapin@google.com> | Thu Oct 24 21:55:27 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu Oct 24 22:07:50 2024 +0000 |
tree | fbfb7c406f36fc3418bab57065c5684905be04c1 | |
parent | 49eb5d9bbf6f33e0efeda1f9ad723d81213abfcc [diff] [blame] |
Revert "Re-land linker support for MTE globals" Revert submission 3236258 Reason for revert: b/374452952 Reverted changes: /q/submissionid:3236258 (cherry picked from https://android-review.googlesource.com/q/commit:272c2e3c637381c31c9f46a8f4acecea0c34b191) Merged-In: I98d6d0d9a424c0d54fd148829ece8d6de6f2e121 Change-Id: I98d6d0d9a424c0d54fd148829ece8d6de6f2e121 Staged CLs so I don't have to wait for merges before I CP
diff --git a/libc/bionic/__libc_init_main_thread.cpp b/libc/bionic/__libc_init_main_thread.cpp index 0d557f1..1b539f2 100644 --- a/libc/bionic/__libc_init_main_thread.cpp +++ b/libc/bionic/__libc_init_main_thread.cpp
@@ -44,7 +44,7 @@ // Declared in "private/bionic_ssp.h". uintptr_t __stack_chk_guard = 0; -BIONIC_USED_BEFORE_LINKER_RELOCATES static pthread_internal_t main_thread; +static pthread_internal_t main_thread; // Setup for the main thread. For dynamic executables, this is called by the // linker _before_ libc is mapped in memory. This means that all writes to