[gdb/symtab] Add get/set functions for per_cu->lang/unit_type
[binutils-gdb.git] / gdb / Makefile.in
index a775b2f4d191146c95a68bc6748b6ec66f6b17cd..911daa2607bbc23bd722b3256def17a477f547c2 100644 (file)
@@ -393,6 +393,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-cmd.c \
        python/py-connection.c \
        python/py-continueevent.c \
+       python/py-disasm.c \
        python/py-event.c \
        python/py-evtregistry.c \
        python/py-evts.c \
@@ -465,6 +466,7 @@ SELFTESTS_SRCS = \
        unittests/optional-selftests.c \
        unittests/parallel-for-selftests.c \
        unittests/parse-connection-spec-selftests.c \
+       unittests/path-join-selftests.c \
        unittests/ptid-selftests.c \
        unittests/main-thread-selftests.c \
        unittests/mkdir-recursive-selftests.c \
@@ -487,7 +489,7 @@ SELFTESTS_SRCS = \
 
 SELFTESTS_OBS = $(patsubst %.c,%.o,$(SELFTESTS_SRCS))
 
-SUBDIR_TARGET_SRCS = target/waitstatus.c
+SUBDIR_TARGET_SRCS = target/target.c target/waitstatus.c
 SUBDIR_TARGET_OBS = $(patsubst %.c,%.o,$(SUBDIR_TARGET_SRCS))
 
 
@@ -714,9 +716,12 @@ ALL_64_TARGET_OBS = \
        arch/aarch64-mte-linux.o \
        arch/amd64.o \
        arch/riscv.o \
+       bpf-tdep.o \
        ia64-linux-tdep.o \
        ia64-tdep.o \
        ia64-vms-tdep.o \
+       loongarch-linux-tdep.o \
+       loongarch-tdep.o \
        mips-fbsd-tdep.o \
        mips-linux-tdep.o \
        mips-netbsd-tdep.o \
@@ -733,7 +738,10 @@ ALL_64_TARGET_OBS = \
        sparc64-netbsd-tdep.o \
        sparc64-obsd-tdep.o \
        sparc64-sol2-tdep.o \
-       sparc64-tdep.o
+       sparc64-tdep.o \
+       tilegx-linux-tdep.o \
+       tilegx-tdep.o
+
 
 # All other target-dependent objects files (used with --enable-targets=all).
 ALL_TARGET_OBS = \
@@ -761,7 +769,6 @@ ALL_TARGET_OBS = \
        avr-tdep.o \
        bfin-linux-tdep.o \
        bfin-tdep.o \
-       bpf-tdep.o \
        bsd-uthread.o \
        cris-linux-tdep.o \
        cris-tdep.o \
@@ -797,8 +804,6 @@ ALL_TARGET_OBS = \
        linux-record.o \
        linux-tdep.o \
        lm32-tdep.o \
-       loongarch-linux-tdep.o \
-       loongarch-tdep.o \
        m32c-tdep.o \
        m32r-linux-tdep.o \
        m32r-tdep.o \
@@ -855,8 +860,6 @@ ALL_TARGET_OBS = \
        symfile-mem.o \
        tic6x-linux-tdep.o \
        tic6x-tdep.o \
-       tilegx-linux-tdep.o \
-       tilegx-tdep.o \
        v850-tdep.o \
        vax-netbsd-tdep.o \
        vax-tdep.o \
@@ -1005,6 +1008,7 @@ COMMON_SFILES = \
        blockframe.c \
        break-catch-exec.c \
        break-catch-fork.c \
+       break-catch-load.c \
        break-catch-sig.c \
        break-catch-syscall.c \
        break-catch-throw.c \
@@ -1044,8 +1048,10 @@ COMMON_SFILES = \
        displaced-stepping.c \
        dummy-frame.c \
        dwarf2/abbrev.c \
+       dwarf2/abbrev-cache.c \
        dwarf2/attribute.c \
        dwarf2/comp-unit-head.c \
+       dwarf2/cooked-index.c \
        dwarf2/cu.c \
        dwarf2/dwz.c \
        dwarf2/expr.c \
@@ -1160,6 +1166,7 @@ COMMON_SFILES = \
        solib-target.c \
        source.c \
        source-cache.c \
+       split-name.c \
        stabsread.c \
        stack.c \
        std-regs.c \
@@ -1289,8 +1296,10 @@ HFILES_NO_SRCDIR = \
        defs.h \
        dicos-tdep.h \
        dictionary.h \
+       disasm-flags.h \
        disasm.h \
        dummy-frame.h \
+       dwarf2/cooked-index.h \
        dwarf2/cu.h \
        dwarf2/frame-tailcall.h \
        dwarf2/frame.h \
@@ -1447,6 +1456,7 @@ HFILES_NO_SRCDIR = \
        sparc-ravenscar-thread.h \
        sparc-tdep.h \
        sparc64-tdep.h \
+       split-name.h \
        stabsread.h \
        stack.h \
        stap-probe.h \