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: Undefined uintptr_t with mingw


> This is fine with me as well, but note that gdb/defs.h is
> including stdint.h unconditionally, because it can rely that gdb/gnulib
> provides one if the host doesn't have such a header, or if
> it finds the system one misses features.  If we go this path,
> we should also wrap it in HAVE_STDINT_H.

I thought we were configuring the gnulib directory in gdbserver
as well. That's why I thought that the unconditional include was OK.

-- 
Joel


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