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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8c9c46d..479d273 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -746,7 +746,6 @@ ALL_64_TARGET_OBS = \ aarch64-newlib-tdep.o \ aarch64-tdep.o \ alpha-bsd-tdep.o \ - alpha-fbsd-tdep.o \ alpha-linux-tdep.o \ alpha-mdebug-tdep.o \ alpha-nbsd-tdep.o \ @@ -2460,7 +2459,6 @@ ALLDEPFILES = \ aix-thread.c \ alpha-bsd-nat.c \ alpha-bsd-tdep.c \ - alpha-fbsd-tdep.c \ alpha-linux-nat.c \ alpha-linux-tdep.c \ alpha-mdebug-tdep.c \ |