search for: 56cfae7d

Displaying 2 results from an estimated 2 matches for "56cfae7d".

2016 Nov 30
0
[LLD] Writing thunks before the corresponding section
...RM thunks - is it okay to write them before corresponding input > >> section not after like LLD does now? > > -- > Simon Atanasyan > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161130/56cfae7d/attachment.html>
2016 Nov 29
2
[LLD] Writing thunks before the corresponding section
Hi, Sorry for delay with reply. It looks like now thunks can be implemented as a synthetic sections. In that case we give flexible solution and will be able to put thunks before/after related sections, using different alignment etc. As far as I know BFD linker uses the same approach at least for MIPS thunks. I will try to implement this idea. On Thu, Sep 8, 2016 at 1:44 AM, Rui Ueyama <ruiu