aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-02-11 10:51:43 -0500
committerSimon Marchi <simon.marchi@efficios.com>2020-02-11 10:51:43 -0500
commit58df732b2166c31c8ee868b95cb62ef232e25387 (patch)
tree31f61904d11265262054a96ed2fc35d2382c4140
parent629c2962801801338b35c68554d30aa4455e6c0c (diff)
downloadgdb-58df732b2166c31c8ee868b95cb62ef232e25387.zip
gdb-58df732b2166c31c8ee868b95cb62ef232e25387.tar.gz
gdb-58df732b2166c31c8ee868b95cb62ef232e25387.tar.bz2
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.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/acinclude.m42
-rw-r--r--gdbserver/ChangeLog4
-rw-r--r--gdbserver/acinclude.m44
-rw-r--r--gdbsupport/ChangeLog6
-rw-r--r--gdbsupport/Makefile.in2
-rw-r--r--gdbsupport/acinclude.m42
-rw-r--r--gdbsupport/warning.m4 (renamed from gdb/warning.m4)0
8 files changed, 20 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f104bc..fcb7980 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4
index d60b2fe..14304bb 100644
--- a/gdb/acinclude.m4
+++ b/gdb/acinclude.m4
@@ -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)
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index 4f3e8cb..05620af 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -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.
diff --git a/gdbserver/acinclude.m4 b/gdbserver/acinclude.m4
index 5a28451..6ed43dd 100644
--- a/gdbserver/acinclude.m4
+++ b/gdbserver/acinclude.m4
@@ -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)
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index 4a820ac..f03bb34 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,5 +1,11 @@
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.
* configure.ac: Use AM_GDB_WARNINGS.
* Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in
index 9116417..be4d535 100644
--- a/gdbsupport/Makefile.in
+++ b/gdbsupport/Makefile.in
@@ -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)
diff --git a/gdbsupport/acinclude.m4 b/gdbsupport/acinclude.m4
index 3598b20..d638ebc 100644
--- a/gdbsupport/acinclude.m4
+++ b/gdbsupport/acinclude.m4
@@ -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)
diff --git a/gdb/warning.m4 b/gdbsupport/warning.m4
index e2b8a43..e2b8a43 100644
--- a/gdb/warning.m4
+++ b/gdbsupport/warning.m4