configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.

gdb/ChangeLog:

	* configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.
This commit is contained in:
Doug Evans 2016-11-07 13:15:48 -08:00
parent 5ada5c6fca
commit a57160325e
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2016-11-07 Doug Evans <dje@google.com>
* configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.
2016-11-04 Simon Marchi <simon.marchi@polymtl.ca>
* maint.c (scoped_command_stats::scoped_command_stats): Fix typo.

View File

@ -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 \