gdb smob cleanups
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 28847251b254147474a6226ea3d2366d24074a2a..f2c16ec267d5894c5627d7cf1df2c4f7b5f2ef5f 100644 (file)
@@ -584,7 +584,7 @@ SER_HARDWIRE = @SER_HARDWIRE@
 # The `remote' debugging target is supported for most architectures,
 # but not all (e.g. 960)
 REMOTE_OBS = remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o \
-       remote-notif.o ctf.o
+       remote-notif.o ctf.o tracefile.o tracefile-tfile.o
 
 # This is remote-sim.o if a simulator is to be linked in.
 SIM_OBS = @SIM_OBS@
@@ -766,7 +766,8 @@ TARGET_FLAGS_TO_PASS = \
        "MAKEHTML=$(MAKEHTML)" \
        "RUNTEST=$(RUNTEST)" \
        "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
-       "FORCE_PARALLEL=$(FORCE_PARALLEL)"
+       "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
+       "TESTS=$(TESTS)"
 
 # All source files that go into linking GDB.
 # Links made at configuration time should not be specified here, since
@@ -835,7 +836,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        jit.c \
        xml-syscall.c \
        annotate.c common/signals.c copying.c dfp.c gdb.c inf-child.c \
-       regset.c sol-thread.c windows-termcap.c \
+       sol-thread.c windows-termcap.c \
        common/gdb_vecs.c common/common-utils.c common/xml-utils.c \
        common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \
        common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \
@@ -864,7 +865,7 @@ gnulib/import/string.in.h gnulib/import/str-two-way.h \
 gnulib/import/stdint.in.h remote.h remote-notif.h gdb.h sparc-nat.h \
 gdbthread.h dwarf2-frame.h dwarf2-frame-tailcall.h nbsd-nat.h dcache.h \
 amd64-nat.h s390-linux-tdep.h arm-linux-tdep.h exceptions.h macroscope.h \
-gdbarch.h bsd-uthread.h memory-map.h memrange.h \
+gdbarch.h bsd-uthread.h memory-map.h memrange.h obsd-nat.h \
 mdebugread.h m88k-tdep.h stabsread.h hppa-linux-offsets.h linux-fork.h \
 ser-unix.h inf-ptrace.h terminal.h ui-out.h frame-base.h \
 f-lang.h dwarf2loc.h value.h sparc-tdep.h defs.h target-descriptions.h \
@@ -894,7 +895,7 @@ doublest.h regset.h hppa-tdep.h ppc-linux-tdep.h ppc64-tdep.h \
 rs6000-tdep.h rs6000-aix-tdep.h \
 common/gdb_locale.h arch-utils.h trad-frame.h gnu-nat.h \
 language.h nbsd-tdep.h solib-svr4.h \
-macroexp.h ui-file.h regcache.h tracepoint.h i386-tdep.h \
+macroexp.h ui-file.h regcache.h tracepoint.h tracefile.h i386-tdep.h \
 inf-child.h p-lang.h event-top.h gdbtypes.h user-regs.h \
 regformats/regdef.h config/alpha/nm-osf3.h  config/i386/nm-i386gnu.h \
 config/i386/nm-fbsd.h \
@@ -1010,7 +1011,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o \
        cp-namespace.o \
        d-support.o \
-       reggroups.o regset.o \
+       reggroups.o \
        trad-frame.o \
        tramp-frame.o \
        solib.o solib-target.o \
@@ -1639,7 +1640,7 @@ ALLDEPFILES = \
        mips64obsd-nat.c mips64obsd-tdep.c \
        msp430-tdep.c \
        nios2-tdep.c nios2-linux-tdep.c \
-       nbsd-nat.c nbsd-tdep.c obsd-tdep.c \
+       nbsd-nat.c nbsd-tdep.c obsd-nat.c obsd-tdep.c \
        solib-osf.c \
        somread.c solib-som.c \
        posix-hdep.c \
@@ -1666,7 +1667,8 @@ ALLDEPFILES = \
        sparc-sol2-nat.c sparc-sol2-tdep.c sparc64-sol2-tdep.c \
        sparc-nat.c sparc-tdep.c sparc64-linux-nat.c sparc64-linux-tdep.c \
        sparc64-nat.c sparc64-tdep.c sparc64fbsd-nat.c sparc64fbsd-tdep.c \
-       sparc64nbsd-nat.c sparc64nbsd-tdep.c sparc64obsd-tdep.c \
+       sparc64nbsd-nat.c sparc64nbsd-tdep.c \
+       sparc64obsd-nat.c sparc64obsd-tdep.c \
        sparcnbsd-nat.c sparcnbsd-tdep.c sparcobsd-tdep.c \
        sparc-ravenscar-thread.c \
        spu-linux-nat.c spu-tdep.c spu-multiarch.c solib-spu.c \
This page took 0.026534 seconds and 4 git commands to generate.