forked from OSchip/llvm-project
parent
af8b1bddbd
commit
64c32d6f02
|
@ -256,7 +256,8 @@ void LinkerScript<ELFT>::assignAddresses(
|
|||
}
|
||||
}
|
||||
|
||||
// ELF and Program headers need to be right before the first section in memory.
|
||||
// ELF and Program headers need to be right before the first section in
|
||||
// memory.
|
||||
// Set their addresses accordingly.
|
||||
MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
|
||||
Out<ELFT>::ProgramHeaders->getSize(),
|
||||
|
|
Loading…
Reference in New Issue