summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-04-04 14:20:37 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-04-04 14:20:37 -0700
commit1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84 (patch)
tree8e269432f46bcb0925d9eb914917543f27338809 /gdb/configure.tgt
parent499079343549348e270047ffa2687a8a76523700 (diff)
downloadbinutils-gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.tar.gz
Remove support for FreeBSD/alpha.
FreeBSD last shipped a release for Alpha (6.3) in 2008. This also removes support for GNU/kFreeBSD on Alpha. gdb/ChangeLog: * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o. (ALLDEPFILES): Remove alpha-fbsd-tdep.c * NEWS: Mention that support for FreeBSD/alpha was removed. * alpha-fbsd-tdep.c: Delete file. * config/alpha/fbsd.mh: Delete file. * configure.host: Delete alpha*-*-freebsd* and alpha*-*-kfreebsd*-gnu. * configure.tgt: Delete alpha*-*-freebsd* and alpha*-*-kfreebsd*-gnu.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index cb909e7f5e0..ac38ff1b3d7 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -15,6 +15,8 @@
case $targ in
*-*-irix* | \
alpha*-*-osf* | \
+ alpha*-*-freebsd* | \
+ alpha*-*-kfreebsd*-gnu | \
d10v-*-* | \
hppa*-*-hiux* | \
i[34567]86-ncr-* | \
@@ -57,11 +59,6 @@ alpha*-*-linux*)
gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-linux-tdep.o \
linux-tdep.o solib-svr4.o"
;;
-alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
- # Target: FreeBSD/alpha
- gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \
- alpha-fbsd-tdep.o solib-svr4.o"
- ;;
alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
# Target: NetBSD/alpha
gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \