Add ravenscar-thread support for powerpc.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 22f2acbaa946c69fc2c79160e5f737f41194b1e1..64dca4fc01dd6acb576773934ae407ae63643923 100644 (file)
@@ -507,7 +507,8 @@ 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_OBS = remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o \
+       remote-notif.o
 
 # This is remote-sim.o if a simulator is to be linked in.
 SIM_OBS = @SIM_OBS@
@@ -563,13 +564,13 @@ ALL_TARGET_OBS = \
        nto-tdep.o \
        ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
        rl78-tdep.o \
-       rs6000-aix-tdep.o rs6000-tdep.o \
+       rs6000-aix-tdep.o rs6000-tdep.o ppc-ravenscar-thread.o \
        rx-tdep.o \
        s390-tdep.o \
        score-tdep.o \
        sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \
        sparc-linux-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o \
-       sparc-sol2-tdep.o sparc-tdep.o \
+       sparc-sol2-tdep.o sparc-tdep.o sparc-ravenscar-thread.o \
        spu-tdep.o spu-multiarch.o solib-spu.o \
        tic6x-tdep.o tic6x-linux-tdep.o \
        tilegx-tdep.o tilegx-linux-tdep.o \
@@ -588,7 +589,8 @@ ALL_TARGET_OBS = \
        xcoffread.o \
        symfile-mem.o \
        windows-tdep.o \
-       linux-record.o
+       linux-record.o \
+       ravenscar-thread.o
 
 # Host-dependent makefile fragment comes in here.
 @host_makefile_frag@
@@ -729,7 +731,8 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \
        proc-service.list progspace.c \
        prologue-value.c psymtab.c \
-       regcache.c reggroups.c remote.c remote-fileio.c reverse.c \
+       ravenscar-thread.c \
+       regcache.c reggroups.c remote.c remote-fileio.c remote-notif.c reverse.c \
        sentinel-frame.c \
        serial.c ser-base.c ser-unix.c skip.c \
        solib.c solib-target.c source.c \
@@ -774,7 +777,7 @@ c-lang.h d-lang.h go-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \
 cli/cli-decode.h cli/cli-cmds.h cli/cli-dump.h cli/cli-utils.h \
 cli/cli-script.h macrotab.h symtab.h version.h \
 gnulib/import/string.in.h gnulib/import/str-two-way.h \
-gnulib/import/stdint.in.h remote.h gdb.h sparc-nat.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-tdep.h arm-linux-tdep.h exceptions.h macroscope.h \
 gdbarch.h bsd-uthread.h common/gdb_stat.h memory-map.h memrange.h \
@@ -826,8 +829,9 @@ gnulib/import/extra/snippet/arg-nonnull.h gnulib/import/extra/snippet/c++defs.h
 gnulib/import/extra/snippet/warn-on-use.h \
 gnulib/import/stddef.in.h gnulib/import/inttypes.in.h inline-frame.h skip.h \
 common/common-utils.h common/xml-utils.h common/buffer.h common/ptid.h \
-common/format.h common/host-defs.h utils.h \
-common/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h gdb_bfd.h
+common/format.h common/host-defs.h utils.h common/queue.h \
+common/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h \
+gdb_bfd.h sparc-ravenscar-thread.h ppc-ravenscar-thread.h
 
 # Header files that already have srcdir in them, or which are in objdir.
 
@@ -1483,7 +1487,7 @@ ALLDEPFILES = \
        remote-sim.c \
        dcache.c \
        rl78-tdep.c \
-       rs6000-nat.c rs6000-tdep.c \
+       rs6000-nat.c rs6000-tdep.c ppc-ravenscar-thread.c \
        rx-tdep.c \
        s390-tdep.c s390-nat.c \
        score-tdep.c \
@@ -1497,6 +1501,7 @@ ALLDEPFILES = \
        sparc64-nat.c sparc64-tdep.c sparc64fbsd-nat.c sparc64fbsd-tdep.c \
        sparc64nbsd-nat.c sparc64nbsd-tdep.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 \
        tilegx-linux-nat.c tilegx-tdep.c tilegx-linux-tdep.c \
        v850-tdep.c \
This page took 0.026733 seconds and 4 git commands to generate.