summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:42:07 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-07-19 07:42:07 +0000
commitb91e7118d47b26414cee2703efc15419492d4561 (patch)
tree18c0ad65a2b0078891060a1a2a7a5c360f5f2b96
parent92852dbe788413b592fe0ff003e3ff08fb683c7a (diff)
downloadbcm5719-llvm-b91e7118d47b26414cee2703efc15419492d4561.tar.gz
bcm5719-llvm-b91e7118d47b26414cee2703efc15419492d4561.zip
Reformat comment from 3 to 2 lines. NFC.
llvm-svn: 275961
-rw-r--r--lld/ELF/LinkerScript.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index a375702b0b6..dc4333f0fde 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -265,8 +265,7 @@ void LinkerScript<ELFT>::assignAddresses(
}
// ELF and Program headers need to be right before the first section in
- // memory.
- // Set their addresses accordingly.
+ // memory. Set their addresses accordingly.
MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
Out<ELFT>::ProgramHeaders->getSize(),
Target->PageSize);
OpenPOWER on IntegriCloud