[PATCH 6/8] gdbserver: explicitly include gettext, etc in inprocess agent
Tom Tromey
tom@tromey.com
Mon Feb 8 19:51:52 GMT 2021
>>>>> "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.
Tom
More information about the Binutils
mailing list