Displaying 3 results from an estimated 3 matches for "cc6541e4".
2015 Jul 25
0
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
Hi Martell.
I too was trying to make the new COFF linker recognize the libraries
generated by binutils, but it wasn't resolving the DLLs, just like you
described. Apparently it is not identifying the libraries as import
libraries but archives.
For testing purposes, i've managed to make the old COFF linker work with a
simple test case. Had to make two little changes, and link the exe
2015 Jul 25
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
...#39;t understand the GNU flags, but it
> works. By the way, even the MS linker works with the binutils generated
> import libraries.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150725/cc6541e4/attachment.html>
2015 Jul 25
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
>
> For example the gnu linker provides the section with the stub code and the
> offset for injection.
Meant to say dlltool here not gnu linker :)
On Sat, Jul 25, 2015 at 11:17 AM, Martell Malone <martellmalone at gmail.com>
wrote:
> Hey guys,
>
> So I was able to modify dlltool to produce the exact same layout as
> lib.exe with the same section numbers etc.
>