diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-04-04 14:20:37 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-04-04 14:20:37 -0700 |
commit | 1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84 (patch) | |
tree | 8e269432f46bcb0925d9eb914917543f27338809 /gdb/config | |
parent | 499079343549348e270047ffa2687a8a76523700 (diff) | |
download | gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.zip gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.tar.gz gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.tar.bz2 |
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/config')
-rw-r--r-- | gdb/config/alpha/fbsd.mh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/alpha/fbsd.mh b/gdb/config/alpha/fbsd.mh deleted file mode 100644 index 9cd6912..0000000 --- a/gdb/config/alpha/fbsd.mh +++ /dev/null @@ -1,6 +0,0 @@ -# Host: FreeBSD/alpha -NATDEPFILES= fork-child.o inf-ptrace.o \ - fbsd-nat.o alpha-bsd-nat.o bsd-kvm.o \ - core-regset.o - -LOADLIBES= -lkvm |