This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMIT PATCH 2/2] Move savestring to common/common-utils.c, make gdbserver use it.


> Joel> Lynx178 might also be an issue. Agreed on all other counts.
> Joel> I was hoping that gnulib would be our saviour, but maybe it does not
> Joel> implement everything we need (yet?).
> 
> It has xstrndup, though it seems a bit weird to pull in 2 different
> definitions of that function.  Also, gnulib updates seem tricky right
> now due to the libiconv situation.

Yeah, I was definitely thinking more long term... If the libiconv
situation is the only thing preventing us from doing an update,
I'd go ahead, because the only known platform where this is known
to potentially cause trouble is Lynx178, which I am going to guess
is a fairly little used system. And AFAICT, working around the issue
should be easily done by adding -DE...=... in CFLAGS when configuring
the debugger.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]