Add $_ada_exception convenience variable
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 75936539720bf58f3f4e5c23046d0f86428c985e..d6282636752525c1b7276548ac480c2e46f15663 100644 (file)
@@ -414,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 \
@@ -664,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 \
@@ -773,7 +776,6 @@ ALL_TARGET_OBS = \
        solib-darwin.o \
        solib-dsbt.o \
        solib-frv.o \
-       solib-spu.o \
        solib-svr4.o \
        sparc-linux-tdep.o \
        sparc-nbsd-tdep.o \
@@ -781,8 +783,6 @@ ALL_TARGET_OBS = \
        sparc-ravenscar-thread.o \
        sparc-sol2-tdep.o \
        sparc-tdep.o \
-       spu-multiarch.o \
-       spu-tdep.o \
        symfile-mem.o \
        tic6x-linux-tdep.o \
        tic6x-tdep.o \
@@ -961,6 +961,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 \
@@ -1025,10 +1026,8 @@ COMMON_SFILES = \
        frame-unwind.c \
        gcore.c \
        gdb_bfd.c \
-       gdb-dlfcn.c \
        gdb_obstack.c \
        gdb_regex.c \
-       gdb_usleep.c \
        gdbarch.c \
        gdbarch-selftests.c \
        gdbtypes.c \
@@ -1183,6 +1182,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 \
@@ -1258,14 +1258,12 @@ HFILES_NO_SRCDIR = \
        gcore.h \
        gdb_bfd.h \
        gdb_curses.h \
-       gdb-dlfcn.h \
        gdb_expat.h \
        gdb_obstack.h \
        gdb_proc_service.h \
        gdb_regex.h \
        gdb_select.h \
        gdb-stabs.h \
-       gdb_usleep.h \
        gdb_vfork.h \
        gdb_wchar.h \
        gdbarch.h \
@@ -1379,7 +1377,6 @@ HFILES_NO_SRCDIR = \
        solib.h \
        solib-aix.h \
        solib-darwin.h \
-       solib-spu.h \
        solib-svr4.h \
        solib-target.h \
        solist.h \
@@ -1389,7 +1386,6 @@ HFILES_NO_SRCDIR = \
        sparc-ravenscar-thread.h \
        sparc-tdep.h \
        sparc64-tdep.h \
-       spu-tdep.h \
        stabsread.h \
        stack.h \
        stap-probe.h \
@@ -1428,6 +1424,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 \
@@ -1455,6 +1452,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 \
@@ -2040,7 +2038,6 @@ ACLOCAL_AMFLAGS = -I ../config
 aclocal_m4_deps = \
        configure.ac \
        acx_configure_dir.m4 \
-       libmcheck.m4 \
        transform.m4 \
        ../bfd/bfd.m4 \
        ../config/acinclude.m4 \
@@ -2132,6 +2129,7 @@ force_update:
 MAKEOVERRIDES =
 
 ALLDEPFILES = \
+       aarch32-tdep.c \
        aarch64-fbsd-nat.c \
        aarch64-fbsd-tdep.c \
        aarch64-linux-nat.c \
@@ -2299,7 +2297,6 @@ ALLDEPFILES = \
        sh-tdep.c \
        sol2-tdep.c \
        solib-aix.c \
-       solib-spu.c \
        solib-svr4.c \
        sparc-linux-nat.c \
        sparc-linux-tdep.c \
@@ -2322,9 +2319,6 @@ ALLDEPFILES = \
        sparc64-obsd-tdep.c \
        sparc64-sol2-tdep.c \
        sparc64-tdep.c \
-       spu-linux-nat.c \
-       spu-multiarch.c \
-       spu-tdep.c \
        tilegx-linux-nat.c \
        tilegx-linux-tdep.c \
        tilegx-tdep.c \
This page took 0.025635 seconds and 4 git commands to generate.