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:
parent
02855c3a54
commit
006811bc02
@ -1,3 +1,8 @@
|
||||
2020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* acinclude.m4: Update ptrace.m4 path.
|
||||
* ptrace.m4: Moved to gdbsupport.
|
||||
|
||||
2020-10-24 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* symfile-mem.c (add_vsyscall_page): Use inferior parameter
|
||||
|
@ -72,7 +72,7 @@ dnl For libiberty_INIT.
|
||||
m4_include(libiberty.m4)
|
||||
|
||||
dnl For GDB_AC_PTRACE.
|
||||
m4_include(ptrace.m4)
|
||||
m4_include(../gdbsupport/ptrace.m4)
|
||||
|
||||
m4_include(ax_cxx_compile_stdcxx.m4)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* acinclude.m4: Update ptrace.m4 path.
|
||||
|
||||
2020-10-24 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* config.in: Re-generate.
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* Makefile.in: Re-generate.
|
||||
* acinclude.m4: Update ptrace.m4 path.
|
||||
* ptrace.m4: Move here.
|
||||
|
||||
2020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* tdesc.h (allocate_target_description): Update return type.
|
||||
|
@ -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)
|
||||
|
@ -4,7 +4,7 @@ m4_include([../config/ax_pthread.m4])
|
||||
m4_include([../gdb/ax_cxx_compile_stdcxx.m4])
|
||||
m4_include([../gdb/libiberty.m4])
|
||||
m4_include([selftest.m4])
|
||||
m4_include([../gdb/ptrace.m4])
|
||||
m4_include([ptrace.m4])
|
||||
|
||||
dnl This gets AM_GDB_WARNINGS.
|
||||
m4_include(warning.m4)
|
||||
|
Loading…
Reference in New Issue
Block a user