search for: d25627

Displaying 4 results from an estimated 4 matches for "d25627".

Did you mean: 25627
2016 Oct 18
3
RFC: LLD: creating linker-generated sections as input sections instead of output sections
This idea popped up in the review thread for https://reviews.llvm.org/D25627 . Problem: Currently, LLD creates special sections that are not just concatenations of input sections but need link-time data generation, such as .got, .plt, interp, .mips.options, etc., as output sections. We have OutputSectionBase subclasses (e.g. GotSection, PltSection, etc.) to create data. E...
2016 Oct 19
2
LLD: creating linker-generated sections as input sections instead of output sections
...;s unlikely that SymbolTableSection or StringTableSection would ever require such treatment, so why converting them to input sections? 2016-10-19 11:03 GMT+03:00 George Rimar <grimar at accesssoftek.com>: >>This idea popped up in the review thread for >> https://reviews.llvm.org/D25627. > >> >>Problem: >> >>Currently, LLD creates special sections that are not just concatenations of >> input sections but need link-time data generation, such as .got, .plt, >> interp, .mips.options, >etc., as output sections. We have OutputSectionBase >&g...
2016 Oct 19
3
LLD: creating linker-generated sections as input sections instead of output sections
...uot; is easier to explain/understand than "... as either input sections or output sections." > > > 2016-10-19 11:03 GMT+03:00 George Rimar <grimar at accesssoftek.com>: > >>>This idea popped up in the review thread for > >>> https://reviews.llvm.org/D25627. > >> > >>> > >>>Problem: > >>> > >>>Currently, LLD creates special sections that are not just > concatenations of > >>> input sections but need link-time data generation, such as .got, .plt, > >>> interp, .mips.opt...
2016 Oct 21
2
LLD: creating linker-generated sections as input sections instead of output sections
> Is anyone already working on it? If not then I can take this task. Me - not. George.