From: Alex Richardson Date: Wed, 28 Apr 2021 09:13:17 +0000 (+0100) Subject: [ELF] Update URL for MIPS TLS wiki page X-Git-Tag: llvmorg-14-init~8212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aed66d278768098a81cd15a4fa6baae18f8ee836;p=platform%2Fupstream%2Fllvm.git [ELF] Update URL for MIPS TLS wiki page The original page no longer works, so use a web.archive.org link instead. Reviewed By: atanasyan Differential Revision: https://reviews.llvm.org/D100949 --- diff --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp index ab8e76f..76f6d37 100644 --- a/lld/ELF/SyntheticSections.cpp +++ b/lld/ELF/SyntheticSections.cpp @@ -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 &p : g.local16) write(p.second, p.first.first, p.first.second); // Write VA to the primary GOT only. For secondary GOTs that