From 06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 13 Apr 2020 12:42:59 -0600 Subject: Move gdb_select.h to gdbsupport/ This moves gdb_select.h to gdbsupport/, so it can be used by other code there. gdb/ChangeLog 2020-04-13 Tom Tromey * gdb_select.h: Move to ../gdbsupport/. * event-loop.c: Update include path. * top.c: Update include path. * ser-base.c: Update include path. * ui-file.c: Update include path. * ser-tcp.c: Update include path. * guile/scm-ports.c: Update include path. * posix-hdep.c: Update include path. * ser-unix.c: Update include path. * gdb_usleep.c: Update include path. * mingw-hdep.c: Update include path. * inflow.c: Update include path. * infrun.c: Update include path. * event-top.c: Update include path. gdbsupport/ChangeLog 2020-04-13 Tom Tromey * gdb_select.h: Move from ../gdb/. --- gdb/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0ac384..d8be389 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,22 @@ 2020-04-13 Tom Tromey + * gdb_select.h: Move to ../gdbsupport/. + * event-loop.c: Update include path. + * top.c: Update include path. + * ser-base.c: Update include path. + * ui-file.c: Update include path. + * ser-tcp.c: Update include path. + * guile/scm-ports.c: Update include path. + * posix-hdep.c: Update include path. + * ser-unix.c: Update include path. + * gdb_usleep.c: Update include path. + * mingw-hdep.c: Update include path. + * inflow.c: Update include path. + * infrun.c: Update include path. + * event-top.c: Update include path. + +2020-04-13 Tom Tromey + * configure: Rebuild. * configure.ac: Remove checks that are now in GDB_AC_COMMON. -- cgit v1.1