Move gdb/warning.m4 to gdbsupport

This file is used by gdbsupport, gdbserver and gdb, so I think it
belongs in gdbsupport.  Move it there and update the references the
various acinclude.m4 files.

gdbsupport/ChangeLog:

	* warning.m4: Move here, from gdb/warning.m4.
	* acinclude.m4: Update warning.m4 path.
	* Makefile.in: Re-generate.

gdbserver/ChangeLog:

	* acinclude.m4: Update warning.m4 path.

gdb/ChangeLog:

	* acinclude: Update warning.m4 path.
	* warning.m4: Move to gdbsupport.
This commit is contained in:
Simon Marchi 2020-02-11 10:51:43 -05:00
parent 629c296280
commit 58df732b21
8 changed files with 20 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* acinclude: Update warning.m4 path.
* warning.m4: Move to gdbsupport.
2020-02-11 Tom Tromey <tromey@adacore.com>
* remote.c (remote_console_output): Update.

View File

@ -10,7 +10,7 @@ m4_include(acx_configure_dir.m4)
m4_include(transform.m4)
# This gets AM_GDB_WARNINGS.
m4_include(warning.m4)
m4_include(../gdbsupport/warning.m4)
# AM_GDB_UBSAN
m4_include(sanitize.m4)

View File

@ -1,3 +1,7 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* acinclude.m4: Update warning.m4 path.
2020-02-09 Hannes Domani <ssbssa@yahoo.de>
* win32-low.c (win32_clear_inferiors): Reset siginfo_er.

View File

@ -3,8 +3,8 @@ m4_include(../bfd/bfd.m4)
m4_include(../gdb/acx_configure_dir.m4)
# This gets AM_GDB_WARNINGS.
m4_include(../gdb/warning.m4)
dnl This gets AM_GDB_WARNINGS.
m4_include(../gdbsupport/warning.m4)
dnl This gets autoconf bugfixes
m4_include(../config/override.m4)

View File

@ -1,3 +1,9 @@
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* warning.m4: Move here, from gdb/warning.m4.
* acinclude.m4: Update warning.m4 path.
* Makefile.in: Re-generate.
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* acinclude.m4: Include ../gdb/warning.m4.

View File

@ -124,7 +124,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/codeset.m4 \
$(top_srcdir)/../gdb/ax_cxx_compile_stdcxx.m4 \
$(top_srcdir)/../gdb/libiberty.m4 \
$(top_srcdir)/../gdb/selftest.m4 \
$(top_srcdir)/../gdb/ptrace.m4 $(top_srcdir)/../gdb/warning.m4 \
$(top_srcdir)/../gdb/ptrace.m4 $(top_srcdir)/warning.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)

View File

@ -7,4 +7,4 @@ m4_include([../gdb/selftest.m4])
m4_include([../gdb/ptrace.m4])
dnl This gets AM_GDB_WARNINGS.
m4_include(../gdb/warning.m4)
m4_include(warning.m4)