[all-commits] [llvm/llvm-project] be6af8: [libc] Add TLS image initialization to aarch64 sta...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Jun 17 22:51:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be6af89f85ebd04646b5704301470f02b70a0447
https://github.com/llvm/llvm-project/commit/be6af89f85ebd04646b5704301470f02b70a0447
Author: Siva Chandra <sivachandra at google.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M libc/config/linux/app.h
M libc/loader/linux/aarch64/CMakeLists.txt
M libc/loader/linux/aarch64/start.cpp
M libc/loader/linux/x86_64/start.cpp
M libc/test/integration/loader/linux/CMakeLists.txt
Log Message:
-----------
[libc] Add TLS image initialization to aarch64 startup code.
The TLS loader test has been enabled for aarch64.
Handling of PT_TLS' filesz and memsz for x86_64 has also been fixed.
Reviewed By: jeffbailey
Differential Revision: https://reviews.llvm.org/D128032
More information about the All-commits
mailing list