Fix indentation (and clang warning) in c-lang.c
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 8d248ae780268d183252bda16c4b6472491adb8c..fa5c820b918e892cc1f9a190a73f4ebc979c03b3 100644 (file)
@@ -422,6 +422,7 @@ SUBDIR_UNITTESTS_SRCS = \
        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 \
@@ -433,6 +434,7 @@ SUBDIR_UNITTESTS_SRCS = \
        unittests/optional-selftests.c \
        unittests/parse-connection-spec-selftests.c \
        unittests/ptid-selftests.c \
+       unittests/main-thread-selftests.c \
        unittests/mkdir-recursive-selftests.c \
        unittests/rsp-low-selftests.c \
        unittests/scoped_fd-selftests.c \
@@ -441,6 +443,7 @@ SUBDIR_UNITTESTS_SRCS = \
        unittests/string_view-selftests.c \
        unittests/style-selftests.c \
        unittests/tracepoint-selftests.c \
+       unittests/tui-selftests.c \
        unittests/unpack-selftests.c \
        unittests/utils-selftests.c \
        unittests/vec-utils-selftests.c \
@@ -774,6 +777,7 @@ ALL_TARGET_OBS = \
        ravenscar-thread.o \
        riscv-fbsd-tdep.o \
        riscv-linux-tdep.o \
+       riscv-ravenscar-thread.o \
        riscv-tdep.o \
        rl78-tdep.o \
        rs6000-aix-tdep.o \
@@ -994,6 +998,7 @@ COMMON_SFILES = \
        gdbsupport/signals.c \
        gdbsupport/signals-state-save-restore.c \
        gdbsupport/tdesc.c \
+       gdbsupport/thread-pool.c \
        gdbsupport/xml-utils.c \
        complaints.c \
        completer.c \
@@ -1116,6 +1121,7 @@ COMMON_SFILES = \
        remote-fileio.c \
        remote-notif.c \
        reverse.c \
+       run-on-main-thread.c \
        rust-lang.c \
        sentinel-frame.c \
        ser-event.c \
@@ -1375,9 +1381,11 @@ HFILES_NO_SRCDIR = \
        remote-fileio.h \
        remote-notif.h \
        riscv-fbsd-tdep.h \
+       riscv-ravenscar-thread.h \
        riscv-tdep.h \
        rs6000-aix-tdep.h \
        rs6000-tdep.h \
+       run-on-main-thread.h \
        s390-linux-tdep.h \
        s390-tdep.h \
        score-tdep.h \
@@ -1487,6 +1495,7 @@ HFILES_NO_SRCDIR = \
        gdbsupport/common-inferior.h \
        gdbsupport/netstuff.h \
        gdbsupport/host-defs.h \
+       gdbsupport/parallel-for.h \
        gdbsupport/pathstuff.h \
        gdbsupport/print-utils.h \
        gdbsupport/ptid.h \
@@ -1496,6 +1505,7 @@ HFILES_NO_SRCDIR = \
        gdbsupport/signals-state-save-restore.h \
        gdbsupport/symbol.h \
        gdbsupport/tdesc.h \
+       gdbsupport/thread-pool.h \
        gdbsupport/version.h \
        gdbsupport/x86-xstate.h \
        gdbsupport/xml-utils.h \
@@ -2291,6 +2301,7 @@ ALLDEPFILES = \
        riscv-fbsd-tdep.c \
        riscv-linux-nat.c \
        riscv-linux-tdep.c \
+       riscv-ravenscar-thread.c \
        riscv-tdep.c \
        rl78-tdep.c \
        rs6000-lynx178-tdep.c \
This page took 0.024664 seconds and 4 git commands to generate.