diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8addef4..bfebf61 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -873,6 +873,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \ common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \ target/waitstatus.c common/print-utils.c common/rsp-low.c \ common/errors.c common/common-debug.c common/common-exceptions.c \ + common/btrace-common.c \ $(SUBDIR_GCC_COMPILE_SRCS) LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c @@ -1060,7 +1061,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o \ format.o registry.o btrace.o record-btrace.o waitstatus.o \ print-utils.o rsp-low.o errors.o common-debug.o debug.o \ - common-exceptions.o \ + common-exceptions.o btrace-common.o \ $(SUBDIR_GCC_COMPILE_OBS) TSOBS = inflow.o @@ -2234,6 +2235,10 @@ mingw-strerror.o: ${srcdir}/common/mingw-strerror.c $(COMPILE) $(srcdir)/common/mingw-strerror.c $(POSTCOMPILE) +btrace-common.o: ${srcdir}/common/btrace-common.c + $(COMPILE) $(srcdir)/common/btrace-common.c + $(POSTCOMPILE) + # # gdb/target/ dependencies # |