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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |