[lld] r224816 - [Mips] Make the comment more descriptive

Simon Atanasyan simon at atanasyan.com
Wed Dec 24 04:19:36 PST 2014


Author: atanasyan
Date: Wed Dec 24 06:19:36 2014
New Revision: 224816

URL: http://llvm.org/viewvc/llvm-project?rev=224816&view=rev
Log:
[Mips] Make the comment more descriptive

No functional changes.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp

Modified: lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp?rev=224816&r1=224815&r2=224816&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Mips/MipsRelocationPass.cpp Wed Dec 24 06:19:36 2014
@@ -33,7 +33,7 @@ static const uint8_t mipsGotTlsGdAtomCon
   0x00, 0x00, 0x00, 0x00
 };
 
-// PLT0 entry
+// Regular PLT0 entry
 static const uint8_t mipsPlt0AtomContent[] = {
   0x00, 0x00, 0x1c, 0x3c, // lui   $28, %hi(&GOTPLT[0])
   0x00, 0x00, 0x99, 0x8f, // lw    $25, %lo(&GOTPLT[0])($28)





More information about the llvm-commits mailing list