As was requested in comments for D23603,
this patch removes using of Factory from linkerscript,
Next step after this can be stop exporting the factory from
writer.cpp.
Paths
| Differential D23866
[ELF] - Linkerscript: do not use outputsections factory. AbandonedPublic Authored by grimar on Aug 25 2016, 1:39 AM.
Details
Diff Detail Event Timelinegrimar updated this object. Comment Actions
since this patch just about removing the dependency on section factory, this changes are unnessecary for now, so I removed them what allowed to simplify a bit more). Comment Actions If we are going with multiple output sections for single declaration, this one is no more actual.
Revision Contents
Diff 69210 ELF/LinkerScript.h
ELF/LinkerScript.cpp
ELF/OutputSections.h
ELF/OutputSections.cpp
ELF/Writer.cpp
|
Use Out<ELFT>::Pool instead.