diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-10-25 21:08:49 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-10-25 21:08:49 -0400 |
commit | 006811bc02fe28060a8557b1f17a129440c975d4 (patch) | |
tree | a4973393e9adf4452eafba5c7aac45fb61f2ce49 /gdbsupport/Makefile.in | |
parent | 02855c3a546243f4a0e48dc207ebb1f9e0e04545 (diff) | |
download | fsf-binutils-gdb-006811bc02fe28060a8557b1f17a129440c975d4.zip fsf-binutils-gdb-006811bc02fe28060a8557b1f17a129440c975d4.tar.gz fsf-binutils-gdb-006811bc02fe28060a8557b1f17a129440c975d4.tar.bz2 |
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
Diffstat (limited to 'gdbsupport/Makefile.in')
-rw-r--r-- | gdbsupport/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index 044ef15..ccfc27f 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -123,7 +123,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/codeset.m4 \ $(top_srcdir)/../config/ax_pthread.m4 \ $(top_srcdir)/../gdb/ax_cxx_compile_stdcxx.m4 \ $(top_srcdir)/../gdb/libiberty.m4 $(top_srcdir)/selftest.m4 \ - $(top_srcdir)/../gdb/ptrace.m4 $(top_srcdir)/warning.m4 \ + $(top_srcdir)/ptrace.m4 $(top_srcdir)/warning.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) |