diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index c16388d90e5..1ff07ffb0d7 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -262,13 +262,13 @@ public: bool needsInterpSection(); bool shouldKeep(InputSectionBase *S); - void assignAddresses();
- void allocateHeaders(std::vector<PhdrEntry *> &Phdrs);
- void processSectionCommands();
- void declareSymbols();
-
- // SECTIONS command list.
- std::vector<BaseCommand *> SectionCommands;
+ void assignAddresses(); + void allocateHeaders(std::vector<PhdrEntry *> &Phdrs); + void processSectionCommands(); + void declareSymbols(); + + // SECTIONS command list. + std::vector<BaseCommand *> SectionCommands; // PHDRS command list. std::vector<PhdrsCommand> PhdrsCommands; |