[PATCH 06/15] Remove simple GDBSERVER uses from common, nat and target

Gary Benson gbenson@redhat.com
Tue Jul 15 15:42:00 GMT 2014


Doug Evans wrote:
> Gary Benson writes:
> > This removes various simple GDBSERVER uses from common, nat and
> > target.  The simple uses are just cases where the code includes defs.h
> > or server.h depending on GDBSERVER.  Instead, now the files include
> > the headers that they require.  Unfortunately we still need to check
> > GDBSERVER for some files to decide which gnulib config header to
> > import, but this is a step in the right direction.
[snip]
> 
> LGTM, one nit:
> 
> How about
> 
> #include "config.h"
> 
> instead of
> 
> #include <config.h>
> ?

I've no objection with this, I'll make the change.

Thanks,
Gary

-- 
http://gbenson.net/



More information about the Gdb-patches mailing list