diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:51:43 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-02-11 10:51:43 -0500 |
commit | 58df732b2166c31c8ee868b95cb62ef232e25387 (patch) | |
tree | 31f61904d11265262054a96ed2fc35d2382c4140 /gdb/acinclude.m4 | |
parent | 629c2962801801338b35c68554d30aa4455e6c0c (diff) | |
download | gdb-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.
Diffstat (limited to 'gdb/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |