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: [RFA/commit 2/2] Import gnulib's errno module.


> Perhaps the way forward is to test for both EILSEQ and ENOENT when
> EILSEQ is defined by gnulib, instead of just EILSEQ. Another option:
> Define LIBICONV_EILSEQ to the value that libiconv uses, and then
> use this macro when testing the reusult of libiconv routines.

One of the things that worry me also is the case where the system
libiconv rather than GNU libiconv is used to build GDB.  In that
case, we already potentially have a mismatch...

-- 
Joel


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