[PATCH] Add support for IMPORT_NAME_EXPORTAS in ILF (MSVC style) import libraries
Martin Storsjö
martin@martin.st
Wed Oct 2 08:55:31 GMT 2024
On Tue, 1 Oct 2024, Martin Storsjö wrote:
> On Tue, 1 Oct 2024, Jan Beulich wrote:
>
>> On 01.10.2024 08:54, Martin Storsjö wrote:
>>> On Tue, 1 Oct 2024, Jan Beulich wrote:
>>>
>>>>> --- a/include/coff/pe.h
>>>>> +++ b/include/coff/pe.h
>>>>> @@ -338,6 +338,7 @@ typedef struct
>>>>> #define IMPORT_NAME 1
>>>>> #define IMPORT_NAME_NOPREFIX 2
>>>>> #define IMPORT_NAME_UNDECORATE 3
>>>>> +#define IMPORT_NAME_EXPORTAS 4
>>>>
>>>> Please use tab padding here, just like the neighboring lines do.
>>>
>>> Oh, oops, I tried to get that consistent for the code, but I missed this
>>> one. Will amend the commit with that change.
>>
>> ... this adjustment okay to put in.
>
> Thanks! I'll push the commit later today or tomorrow then, to let others
> comment, in case there is further feedback.
Pushed now - thanks for the review!
// Martin
More information about the Binutils
mailing list