[PATCH 6/8] gdbserver: explicitly include gettext, etc in inprocess agent

Nick Alcock nick.alcock@oracle.com
Wed Feb 10 13:33:47 GMT 2021


On 8 Feb 2021, Nick Alcock via Binutils verbalised:

> On 8 Feb 2021, Tom Tromey stated:
>
>>>>>>> "Nick" == Nick Alcock via Binutils <binutils@sourceware.org> writes:
>>
>> Nick> The IPA uses gettext functionality, but does not link to $(LIBINTL), so
>> Nick> fails to link when --with-included-gettext is specified.
>>
>> This seems strange to me.
>>
>> IIUC, IPA is intended to be a small library that is injected into the
>> inferior.  So, it seems to me that it should probably not use gettext.

FYI: I do agree with this, but it seems to me that this is a distinct
(and much larger) patch from this one, which is merely making its
existing use of gettext explicit (so it doesn't break the build under
--with-included-gettext).


More information about the Binutils mailing list