From a57160325ef479bd7181a4319126b1177c4a5cbb Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 7 Nov 2016 13:15:48 -0800 Subject: [PATCH] configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o. gdb/ChangeLog: * configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o. --- gdb/ChangeLog | 4 ++++ gdb/configure.tgt | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 375e7480dea..da415bc1567 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-11-07 Doug Evans + + * configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o. + 2016-11-04 Simon Marchi * maint.c (scoped_command_stats::scoped_command_stats): Fix typo. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index d428dffcf16..79473c9dba0 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -666,9 +666,9 @@ x86_64-*-dicos*) gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \ dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o" ;; -x86_64-*-elf* | x86_64-*-rtems*) - gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o" - ;; +x86_64-*-elf*) + gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o" + ;; x86_64-*-linux*) # Target: GNU/Linux x86-64 gdb_target_obs="amd64-tdep.o amd64-linux-tdep.o i386-tdep.o \ @@ -700,6 +700,9 @@ x86_64-*-openbsd*) i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ obsd-tdep.o bsd-uthread.o solib-svr4.o" ;; +x86_64-*-rtems*) + gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o" + ;; xtensa*-*-linux*) gdb_target=linux # Target: GNU/Linux Xtensa gdb_target_obs="xtensa-tdep.o xtensa-config.o xtensa-linux-tdep.o \ -- 2.39.2