aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.nat
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2018-04-16 13:16:22 +0100
committerPedro Alves <palves@redhat.com>2018-04-16 13:16:22 +0100
commita2a79012fe7ad4bcc354c14410679ccb705d5326 (patch)
tree15f0c275b787756bfbcfb7eb740ec749af0b4010 /gdb/configure.nat
parente9af4700bc7435e593dd74d4d2e099b3d7c01eb6 (diff)
downloadgdb-a2a79012fe7ad4bcc354c14410679ccb705d5326.zip
gdb-a2a79012fe7ad4bcc354c14410679ccb705d5326.tar.gz
gdb-a2a79012fe7ad4bcc354c14410679ccb705d5326.tar.bz2
gdb: Remove OpenBSD/m88k support
Support for m88k was fully removed from bfd, which broke gdb --enable-targets=all builds: > gdb/m88k-tdep.c: In function void _initialize_m88k_tdep(): > gdb/m88k-tdep.c:867:21: error: bfd_arch_m88k was not declared in this scope > gdbarch_register (bfd_arch_m88k, m88k_gdbarch_init, NULL); There's no point in keeping GDB support for OpenBSD/m88k with no bfd support, so this commit simply removes the port. gdb/ChangeLog: 2018-04-16 Pedro Alves <palves@redhat.com> * MAINTAINERS: Remove m88k. * Makefile.in (ALL_TARGET_OBS): Remove m88k-tdep.o. (HFILES_NO_SRCDIR): Remove m88k-tdep.h. (ALLDEPFILES): Remove m88k-bsd-nat.c and m88k-tdep.c. * NEWS: Mention that support for OpenBSD/m88k was removed. * configure.host (m88*-*-*): Remove support. * configure.nat (m88k-*-*): Remove support. * configure.tgt (m88*-*-openbsd*): Remove. * m88k-bsd-nat.c, m88k-tdep.c, m88k-tdep.h: Delete.
Diffstat (limited to 'gdb/configure.nat')
-rw-r--r--gdb/configure.nat4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/configure.nat b/gdb/configure.nat
index 8e14892..2cd9c4f 100644
--- a/gdb/configure.nat
+++ b/gdb/configure.nat
@@ -410,10 +410,6 @@ case ${gdb_host} in
NATDEPFILES="${NATDEPFILES} m68k-bsd-nat.o bsd-kvm.o"
LOADLIBES='-lkvm'
;;
- m88k)
- # Host: OpenBSD/m88k
- NATDEPFILES="${NATDEPFILES} m88k-bsd-nat.o"
- ;;
pa)
# Host: OpenBSD/hppa
NATDEPFILES="${NATDEPFILES} obsd-nat.o hppa-obsd-nat.o"