Move elf32.em and elf-generic.em functions
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index b6680b9afd3d50b5165fb577ca94a4ae8e3373e1..e7e26a44a0cb951c1cf16fd99743795e6f4874e8 100644 (file)
@@ -291,7 +291,6 @@ SUBDIR_TUI_SRCS = \
        tui/tui-source.c \
        tui/tui-stack.c \
        tui/tui-win.c \
-       tui/tui-windata.c \
        tui/tui-wingeneral.c \
        tui/tui-winsource.c
 
@@ -415,6 +414,7 @@ SUBDIR_UNITTESTS_SRCS = \
        unittests/environ-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 \
@@ -665,7 +665,9 @@ ALL_64_TARGET_OBS = \
 
 # All other target-dependent objects files (used with --enable-targets=all).
 ALL_TARGET_OBS = \
+       aarch32-tdep.o \
        arc-tdep.o \
+       arch/aarch32.o \
        arch/arm.o \
        arch/arm-get-next-pcs.o \
        arch/arm-linux.o \
@@ -962,6 +964,7 @@ COMMON_SFILES = \
        gdbsupport/filestuff.c \
        gdbsupport/format.c \
        gdbsupport/job-control.c \
+       gdbsupport/gdb-dlfcn.c \
        gdbsupport/gdb_tilde_expand.c \
        gdbsupport/gdb_vecs.c \
        gdbsupport/netstuff.c \
@@ -1026,7 +1029,6 @@ COMMON_SFILES = \
        frame-unwind.c \
        gcore.c \
        gdb_bfd.c \
-       gdb-dlfcn.c \
        gdb_obstack.c \
        gdb_regex.c \
        gdb_usleep.c \
@@ -1184,6 +1186,7 @@ SFILES = \
 # right, it is probably easiest just to list .h files here directly.
 
 HFILES_NO_SRCDIR = \
+       aarch32-tdep.h \
        aarch64-ravenscar-thread.h \
        aarch64-tdep.h \
        ada-lang.h \
@@ -1259,7 +1262,6 @@ HFILES_NO_SRCDIR = \
        gcore.h \
        gdb_bfd.h \
        gdb_curses.h \
-       gdb-dlfcn.h \
        gdb_expat.h \
        gdb_obstack.h \
        gdb_proc_service.h \
@@ -1429,6 +1431,7 @@ HFILES_NO_SRCDIR = \
        xml-syscall.h \
        xml-tdesc.h \
        xtensa-tdep.h \
+       arch/aarch32.h \
        arch/aarch64.h \
        arch/aarch64-insn.h \
        arch/arm.h \
@@ -1456,6 +1459,7 @@ HFILES_NO_SRCDIR = \
        gdbsupport/environ.h \
        gdbsupport/fileio.h \
        gdbsupport/format.h \
+       gdbsupport/gdb-dlfcn.h \
        gdbsupport/gdb_assert.h \
        gdbsupport/gdb_tilde_expand.h \
        gdbsupport/gdb_locale.h \
@@ -2041,7 +2045,6 @@ ACLOCAL_AMFLAGS = -I ../config
 aclocal_m4_deps = \
        configure.ac \
        acx_configure_dir.m4 \
-       libmcheck.m4 \
        transform.m4 \
        ../bfd/bfd.m4 \
        ../config/acinclude.m4 \
@@ -2133,6 +2136,7 @@ force_update:
 MAKEOVERRIDES =
 
 ALLDEPFILES = \
+       aarch32-tdep.c \
        aarch64-fbsd-nat.c \
        aarch64-fbsd-tdep.c \
        aarch64-linux-nat.c \
This page took 0.026138 seconds and 4 git commands to generate.