[lld] aed66d2 - [ELF] Update URL for MIPS TLS wiki page
    Alex Richardson via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Apr 28 04:23:35 PDT 2021
    
    
  
Author: Alex Richardson
Date: 2021-04-28T12:19:19+01:00
New Revision: aed66d278768098a81cd15a4fa6baae18f8ee836
URL: https://github.com/llvm/llvm-project/commit/aed66d278768098a81cd15a4fa6baae18f8ee836
DIFF: https://github.com/llvm/llvm-project/commit/aed66d278768098a81cd15a4fa6baae18f8ee836.diff
LOG: [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
Added: 
    
Modified: 
    lld/ELF/SyntheticSections.cpp
Removed: 
    
################################################################################
diff  --git a/lld/ELF/SyntheticSections.cpp b/lld/ELF/SyntheticSections.cpp
index ab8e76f5c6f77..76f6d37b00d82 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<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
        
    
    
More information about the llvm-commits
mailing list