aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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/NEWS
parent499079343549348e270047ffa2687a8a76523700 (diff)
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/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 29ae40c9bb..5b7748631f 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -104,6 +104,11 @@ show disassembler-options
maint print arc arc-instruction address
Print internal disassembler information about instruction at a given address.
+* Removed targets and native configurations
+
+Alpha running FreeBSD alpha*-*-freebsd*
+Alpha running GNU/kFreeBSD alpha*-*-kfreebsd*-gnu
+
*** Changes in GDB 7.12
* GDB and GDBserver now build with a C++ compiler by default.