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] Fix detection of "r_fs" and "r_gs" on FreeBSD.


On 01/18/2016 08:13 PM, John Baldwin wrote:
> Include <sys/types.h> as a prerequisite for <machine/reg.h> when checking for
> the r_fs and r_gs members in struct reg.  Note that the previous test for
> <machine/reg.h> already includes <sys/types.h> as a prerequisite.
> 
> gdb/ChangeLog:
> 
> 	* configure.ac: Include <sys/types.h when checking for "r_fs" in
> 	"struct reg".
> 	* configure: Regenerate.

OK.

Thanks,
Pedro Alves


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