X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=911daa2607bbc23bd722b3256def17a477f547c2;hb=2c474c46943e5242f356a0c0676e2f7bd223c8a9;hp=418094775a557a9b050a628a49a7b8ecbc2d9e27;hpb=2f9ee862bca8e9c8548a6b17927b64c249fb25d4;p=binutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 418094775a5..911daa2607b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 \ @@ -715,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 \ @@ -734,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 = \ @@ -762,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 \ @@ -798,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 \ @@ -856,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 \