gdb: Move DJGPP/go32 bits to their own tdep file
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 268c2c6ead30d77ec3bf073d478a3a650522a206..a5a5b429a19ba3814884126012fa14ed534a2139 100644 (file)
@@ -524,10 +524,14 @@ SUBDIR_PYTHON_LDFLAGS =
 SUBDIR_PYTHON_CFLAGS =
 
 SUBDIR_UNITTESTS_SRCS = \
-       unittests/function-view-selftests.c
+       unittests/function-view-selftests.c \
+       unittests/offset-type-selftests.c \
+       unittests/ptid-selftests.c
 
 SUBDIR_UNITTESTS_OBS = \
-       function-view-selftests.o
+       function-view-selftests.o \
+       offset-type-selftests.o \
+       ptid-selftests.o
 
 # Opcodes currently live in one of two places.  Either they are in the
 # opcode library, typically ../opcodes, or they are in a header file
@@ -744,7 +748,6 @@ ALL_64_TARGET_OBS = \
        aarch64-newlib-tdep.o \
        aarch64-tdep.o \
        alpha-bsd-tdep.o \
-       alpha-fbsd-tdep.o \
        alpha-linux-tdep.o \
        alpha-mdebug-tdep.o \
        alpha-nbsd-tdep.o \
@@ -807,6 +810,7 @@ ALL_TARGET_OBS = \
        i386-dicos-tdep.o \
        i386-fbsd-tdep.o \
        i386-gnu-tdep.o \
+       i386-go32-tdep.o \
        i386-linux-tdep.o \
        i386-nbsd-tdep.o \
        i386-nto-tdep.o \
@@ -1061,7 +1065,6 @@ SFILES = \
        dwarf2loc.c \
        dwarf2read.c \
        elfread.c \
-       environ.c \
        eval.c \
        event-loop.c \
        event-top.c \
@@ -1207,6 +1210,7 @@ SFILES = \
        common/common-regcache.c \
        common/common-utils.c \
        common/errors.c \
+       common/environ.c \
        common/fileio.c \
        common/filestuff.c \
        common/format.c \
@@ -1285,7 +1289,6 @@ HFILES_NO_SRCDIR = \
        dwarf2-frame-tailcall.h \
        dwarf2expr.h \
        dwarf2loc.h \
-       environ.h \
        event-loop.h \
        event-top.h \
        exceptions.h \
@@ -1486,6 +1489,7 @@ HFILES_NO_SRCDIR = \
        common/common-types.h \
        common/common-utils.h \
        common/errors.h \
+       common/environ.h \
        common/fileio.h \
        common/format.h \
        common/gdb_assert.h \
@@ -2458,7 +2462,6 @@ ALLDEPFILES = \
        aix-thread.c \
        alpha-bsd-nat.c \
        alpha-bsd-tdep.c \
-       alpha-fbsd-tdep.c \
        alpha-linux-nat.c \
        alpha-linux-tdep.c \
        alpha-mdebug-tdep.c \
This page took 0.026497 seconds and 4 git commands to generate.