[ELF] Update URL for MIPS TLS wiki page
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 28 Apr 2021 09:13:17 +0000 (10:13 +0100)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Wed, 28 Apr 2021 11:19:19 +0000 (12:19 +0100)
The original page no longer works, so use a web.archive.org link instead.

Reviewed By: atanasyan

Differential Revision: https://reviews.llvm.org/D100949

lld/ELF/SyntheticSections.cpp

index ab8e76f..76f6d37 100644 (file)
@@ -1109,7 +1109,7 @@ void MipsGotSection::writeTo(uint8_t *buf) {
     // 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