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] gdb: split out warnings helpers


On 01/07/2016 09:34 PM, Mike Frysinger wrote:
> This will allow the sim tree to use the same set of warnings.
> The new code in warning.m4 is exactly the same (other than the
> AC_DEFUN wrapping).

Thanks, this is OK.

(It'd be nice to make gdbserver use this as well.  This code is
duplicated in gdb/gdbserver/configure.ac, except that gdbserver
isn't using the same set of warnings.  TBC, not asking you to do it.)

> 
> 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
> 
> 	* aclocal.m4, configure: Regenerated.
> 	* configure.ac: Move all warning logic ...
> 	* warning.m4: ... here.

Thanks,
Pedro Alves


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