mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user