This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [RFC] BFD MinGW/Cygwin build error in bfd/peiXXgen.c


Hi Pedro, Hi Pierre,

Pedro Alves wrote:
On 12/18/2013 01:02 PM, Pierre Muller wrote:
-#ifdef __CYGWIN__
+#if defined  __CYGWIN__ || defined __MINGW32__
+#ifdef __MINGW32__
+#define wcsncasecmp wcsnicmp
+#endif
    /* Under Cygwin unicode == UTF-16 == wchar_t.
       FIXME: The same is true for MingGW - we should test for that too.  */

Isn't this FIXME note stale now?

True - Pierre: would you mind removing the FIXME comment as well, when you check in your patch please ?

Cheers
  Nick



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