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 /gdbsupport/ChangeLog | |
parent | 629c2962801801338b35c68554d30aa4455e6c0c (diff) | |
download | binutils-58df732b2166c31c8ee868b95cb62ef232e25387.zip binutils-58df732b2166c31c8ee868b95cb62ef232e25387.tar.gz binutils-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 'gdbsupport/ChangeLog')
-rw-r--r-- | gdbsupport/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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. |