[PATCH] D100949: [ELF] Update URL for MIPS TLS wiki page
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 06:18:42 PDT 2021
arichardson created this revision.
arichardson added a reviewer: atanasyan.
Herald added subscribers: sdardis, emaste.
Herald added a reviewer: MaskRay.
arichardson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The original page no longer works, so use a web.archive.org link instead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100949
Files:
lld/ELF/SyntheticSections.cpp
Index: lld/ELF/SyntheticSections.cpp
===================================================================
--- lld/ELF/SyntheticSections.cpp
+++ lld/ELF/SyntheticSections.cpp
@@ -1110,7 +1110,7 @@
// If TLS entry has a corresponding dynamic relocations, leave it
// initialized by zero. Write down adjusted TLS symbol's values otherwise.
// To calculate the adjustments use offsets for thread-local storage.
- // https://www.linux-mips.org/wiki/NPTL
+ // http://web.archive.org/web/20190324223224/https://www.linux-mips.org/wiki/NPTL
for (const std::pair<GotEntry, size_t> &p : g.local16)
write(p.second, p.first.first, p.first.second);
// Write VA to the primary GOT only. For secondary GOTs that
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100949.339206.patch
Type: text/x-patch
Size: 734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/dafcec9c/attachment.bin>
More information about the llvm-commits
mailing list