Displaying 3 results from an estimated 3 matches for "libuser32orig".
2015 Aug 13
2
[lld] Alias in COFF short import library.
Hi Rui,
I have finished my tool to generate short import libs for mingw-w64.
It works fine with lld for actual symbols.
But it seems lld segfaults when I try to use and an alias as we discussed
before.
I have attached 3 import libraries.
They all only have 1 import function.
libuser32orig.a -> Works fine and only has MessageBoxA
libuser32b.a -> the symbol table has MessageBoxB and __imp_MessageBoxB but
the Import object has MessageBoxA.user32.dll.
This causes a segfault in lld but should link correctly right ?
Additionally I have attached libuser32.a
This is the same as lib...
2015 Aug 13
2
[lld] Alias in COFF short import library.
...libs for mingw-w64.
>>
>> It works fine with lld for actual symbols.
>> But it seems lld segfaults when I try to use and an alias as we discussed
>> before.
>>
>> I have attached 3 import libraries.
>> They all only have 1 import function.
>>
>> libuser32orig.a -> Works fine and only has MessageBoxA
>>
>> libuser32b.a -> the symbol table has MessageBoxB and __imp_MessageBoxB
>> but the Import object has MessageBoxA.user32.dll.
>>
>> This causes a segfault in lld but should link correctly right ?
>>
>> Addi...
2015 Aug 13
2
[lld] Alias in COFF short import library.
...lld for actual symbols.
>>>> But it seems lld segfaults when I try to use and an alias as we
>>>> discussed before.
>>>>
>>>> I have attached 3 import libraries.
>>>> They all only have 1 import function.
>>>>
>>>> libuser32orig.a -> Works fine and only has MessageBoxA
>>>>
>>>> libuser32b.a -> the symbol table has MessageBoxB and __imp_MessageBoxB
>>>> but the Import object has MessageBoxA.user32.dll.
>>>>
>>>> This causes a segfault in lld but should link...