gdb: move ptrace.m4 to gdbsupport

ptrace.m4, providing the GDB_AC_PTRACE autoconf macro, is used by gdb,
gdbserver and gdbsupport.  I think it would make sense to move it to
gdbsupport.

gdb/ChangeLog:

	* acinclude.m4: Update ptrace.m4 path.
	* ptrace.m4: Moved to gdbsupport.

gdbserver/ChangeLog:

	* acinclude.m4: Update ptrace.m4 path.

gdbsupport/ChangeLog:

	* Makefile.in: Re-generate.
	* acinclude.m4: Update ptrace.m4 path.
	* ptrace.m4: Move here.

Change-Id: I849c149fd5dd8c3b2b0af38654fb353e3727871b
This commit is contained in:
Simon Marchi
2020-10-25 21:08:49 -04:00
parent 02855c3a54
commit 006811bc02
8 changed files with 19 additions and 4 deletions

View File

@ -27,7 +27,7 @@ dnl For libiberty_INIT.
m4_include(../gdb/libiberty.m4)
dnl For GDB_AC_PTRACE.
m4_include(../gdb/ptrace.m4)
m4_include(../gdbsupport/ptrace.m4)
m4_include(../gdb/ax_cxx_compile_stdcxx.m4)