diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1c697bf..ecb323d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -746,6 +746,7 @@ ALL_64_TARGET_OBS = \ amd64-windows-tdep.o \ arch/aarch64.o \ arch/aarch64-insn.o \ + arch/aarch64-mte.o \ arch/aarch64-mte-linux.o \ arch/aarch64-scalable-linux.o \ arch/amd64-linux-tdesc.o \ @@ -831,7 +832,6 @@ ALL_TARGET_OBS = \ i386-go32-tdep.o \ i386-linux-tdep.o \ i386-netbsd-tdep.o \ - i386-nto-tdep.o \ i386-obsd-tdep.o \ i386-sol2-tdep.o \ i386-tdep.o \ @@ -859,7 +859,6 @@ ALL_TARGET_OBS = \ nds32-tdep.o \ nios2-linux-tdep.o \ nios2-tdep.o \ - nto-tdep.o \ obsd-tdep.o \ or1k-linux-tdep.o \ or1k-tdep.o \ @@ -1052,6 +1051,7 @@ COMMON_SFILES = \ break-catch-sig.c \ break-catch-syscall.c \ break-catch-throw.c \ + break-cond-parse.c \ breakpoint.c \ bt-utils.c \ btrace.c \ @@ -1321,6 +1321,7 @@ HFILES_NO_SRCDIR = \ bfd-target.h \ bfin-tdep.h \ block.h \ + break-cond-parse.h \ breakpoint.h \ bsd-kvm.h \ bsd-uthread.h \ @@ -1443,7 +1444,6 @@ HFILES_NO_SRCDIR = \ nds32-tdep.h \ nios2-tdep.h \ elf-none-tdep.h \ - nto-tdep.h \ objc-lang.h \ objfiles.h \ obsd-nat.h \ @@ -1551,6 +1551,7 @@ HFILES_NO_SRCDIR = \ arch/aarch32.h \ arch/aarch64.h \ arch/aarch64-insn.h \ + arch/aarch64-mte.h \ arch/aarch64-mte-linux.h \ arch/aarch64-scalable-linux.h \ arch/amd64-linux-tdesc.h \ @@ -1579,7 +1580,6 @@ HFILES_NO_SRCDIR = \ compile/gcc-c-plugin.h \ compile/gcc-cp-plugin.h \ config/nm-linux.h \ - config/nm-nto.h \ config/djgpp/langinfo.h \ config/djgpp/nl_types.h \ config/i386/nm-i386gnu.h \ @@ -1664,6 +1664,7 @@ ALLDEPFILES = \ arch/aarch32.c \ arch/aarch64.c \ arch/aarch64-insn.c \ + arch/aarch64-mte.c \ arch/aarch64-mte-linux.c \ arch/aarch64-scalable-linux.c \ arch/amd64.c \ @@ -2527,7 +2528,7 @@ clean-po: # rule has no dependencies and always regenerates gdb.pot. This is # relatively harmless since the .po files do not directly depend on # it. The .pot file is left in the build directory. Since GDB's -# Makefile lacks a cannonical list of sources (missing xm, tm and nm +# Makefile lacks a canonical list of sources (missing xm, tm and nm # files) force this rule. $(PACKAGE).pot: po/$(PACKAGE).pot po/$(PACKAGE).pot: force |