X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=db54f73b778fdfa427c49db02b49a6b8685f826f;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=c9450ce7b52ce688b43d572aac5dd62a5dcef91d;hpb=0314b3901c9cdc21ef9f0c1b0b88528d6f8d3073;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c9450ce7b5..db54f73b77 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -427,13 +427,13 @@ SELFTESTS_SRCS = \ unittests/array-view-selftests.c \ unittests/child-path-selftests.c \ unittests/cli-utils-selftests.c \ + unittests/command-def-selftests.c \ unittests/common-utils-selftests.c \ unittests/copy_bitwise-selftests.c \ unittests/environ-selftests.c \ unittests/filtered_iterator-selftests.c \ unittests/format_pieces-selftests.c \ unittests/function-view-selftests.c \ - unittests/help-doc-selftests.c \ unittests/lookup_name_info-selftests.c \ unittests/memory-map-selftests.c \ unittests/memrange-selftests.c \ @@ -955,6 +955,7 @@ COMMON_SFILES = \ alloc.c \ annotate.c \ arch-utils.c \ + async-event.c \ auto-load.c \ auxv.c \ ax-gdb.c \ @@ -999,6 +1000,7 @@ COMMON_SFILES = \ debuginfod-support.c \ dictionary.c \ disasm.c \ + displaced-stepping.c \ dummy-frame.c \ dwarf2/abbrev.c \ dwarf2/attribute.c \ @@ -1013,10 +1015,11 @@ COMMON_SFILES = \ dwarf2/leb.c \ dwarf2/line-header.c \ dwarf2/loc.c \ + dwarf2/macro.c \ dwarf2/read.c \ dwarf2/section.c \ + dwarf2/stringify.c \ eval.c \ - event-loop.c \ event-top.c \ exceptions.c \ exec.c \ @@ -1210,6 +1213,7 @@ HFILES_NO_SRCDIR = \ arm-linux-tdep.h \ arm-nbsd-tdep.h \ arm-tdep.h \ + async-event.h \ auto-load.h \ auxv.h \ ax.h \ @@ -1250,7 +1254,6 @@ HFILES_NO_SRCDIR = \ dwarf2/index-common.h \ dwarf2/loc.h \ dwarf2/read.h \ - event-loop.h \ event-top.h \ exceptions.h \ exec.h \