diff options
Diffstat (limited to 'ELF/OutputSections.h')
-rw-r--r-- | ELF/OutputSections.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ELF/OutputSections.h b/ELF/OutputSections.h index fff8327ea376..a24294eedf35 100644 --- a/ELF/OutputSections.h +++ b/ELF/OutputSections.h @@ -71,7 +71,9 @@ public: uint64_t addr = 0; uint32_t shName = 0; - void addSection(InputSection *isec); + void recordSection(InputSectionBase *isec); + void commitSection(InputSection *isec); + void finalizeInputSections(); // The following members are normally only used in linker scripts. MemoryRegion *memRegion = nullptr; |