From: Mark Kettenis Date: Wed, 31 May 2000 23:27:44 +0000 (+0000) Subject: * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as new X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=139760b7f97999bfb188b23357bf0a0798b21706;p=binutils-gdb.git * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as new native configurations. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 34247f7dcbe..930ed7d9f99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2000-06-01 Mark Kettenis + * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as new + native configurations. + * i386bsd-nat.c: Include "gregset.h". (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead of CANNOT_FETCH_REGISTER, if not already defined. diff --git a/gdb/NEWS b/gdb/NEWS index 1765a722bc9..4f68e81518b 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,6 +1,15 @@ What has changed in GDB? (Organized release by release) +*** Changes since GDB 5.0: + +* New native configurations + +Alpha FreeBSD alpha*-*-freebsd* +x86 FreeBSD 3.x and 4.x i[3456]86*-freebsd[34]* + +FreeBSD versions before 2.2 are no longer supported. + *** Changes in GDB 5.0: * Improved support for debugging FP programs on x86 targets