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: [PATCH 1/3] Make all source files include defs.h or server.h first


On 07/25/2014 02:34 PM, Gary Benson wrote:
> This commit makes all source files under gdb/ that include headers
> from gdb/ include either defs.h or server.h before any other code.
> This ensures that definitions and macros from the two config.h files
> are always in place for our code.  An exception has been made for
> gdb/gdbserver/gdbreplay.c which seems to be a special case.
> 
> gdb/
> 2014-07-25  Gary Benson  <gbenson@redhat.com>
> 
> 	* btrace.c: Include defs.h.
> 	* common/ptid.c: Include defs.h or server.h as appropriate.
> 	* nat/mips-linux-watch.c: Likewise.
> 
> gdb/gdbserver/
> 2014-07-25  Gary Benson  <gbenson@redhat.com>
> 
> 	* hostio-errno.c: Move server.h to top of includes list.
> 	* inferiors.c: Likewise.
> 	* linux-x86-low.c: Likewise.
> 	* notif.c: Include server.h.

Looks good to me.

Thanks,
Pedro Alves


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