--- gdb/Makefile.in.orig 2016-10-10 14:31:05.574709000 +0200 +++ gdb/Makefile.in 2016-10-10 14:40:47.168876000 +0200 @@ -653,7 +653,8 @@ ia64-linux-tdep.o ia64-vms-tdep.o ia64-tdep.o \ mips64obsd-tdep.o \ sparc64fbsd-tdep.o sparc64-linux-tdep.o sparc64nbsd-tdep.o \ - sparc64obsd-tdep.o sparc64-sol2-tdep.o sparc64-tdep.o + sparc64obsd-tdep.o sparc64-sol2-tdep.o sparc64-tdep.o \ + alphabsdsux-tdep.o amd64bsdsux-tdep.o sparc64bsdsux-tdep.o # All other target-dependent objects files (used with --enable-targets=all). ALL_TARGET_OBS = \ @@ -721,7 +722,8 @@ symfile-mem.o \ windows-tdep.o \ linux-record.o \ - ravenscar-thread.o + ravenscar-thread.o \ + armbsdsux-tdep.o bsdsux-tdep.o i386bsdsux-tdep.o ppcbsdsux-tdep.o # Host-dependent makefile fragment comes in here. @host_makefile_frag@ @@ -988,7 +990,8 @@ common/common-regcache.h fbsd-tdep.h nat/linux-personality.h \ common/fileio.h nat/x86-linux.h nat/x86-linux-dregs.h nat/amd64-linux-siginfo.h\ nat/linux-namespaces.h arch/arm.h common/gdb_sys_time.h arch/aarch64-insn.h \ -tid-parse.h +tid-parse.h \ +ppcbsdsux-tdep.h bsdsux-nat.h nm-bsdsux.h bsdsux-tdep.h # Header files that already have srcdir in them, or which are in objdir. @@ -1754,7 +1757,10 @@ xcoffread.c \ xstormy16-tdep.c \ xtensa-tdep.c xtensa-config.c \ - xtensa-linux-tdep.c xtensa-linux-nat.c xtensa-xtregs.c + xtensa-linux-tdep.c xtensa-linux-nat.c xtensa-xtregs.c \ + alphabsdsux-tdep.c amd64bsdsux-nat.c amd64bsdsux-tdep.c armbsdsux-tdep.c \ + bsdsux-nat.c bsdsux-tdep.c i386bsdsux-nat.c i386bsdsux-tdep.c \ + ppcbsdsux-nat.c ppcbsdsux-tdep.c sparc64bsdsux-nat.c sparc64bsdsux-tdep.c # Some files need explicit build rules (due to -Werror problems) or due # to sub-directory fun 'n' games.