diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-22 16:56:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-22 16:56:34 +0000 |
commit | cf7c5c23609e3810e5de6af220dd15f5e098b4d8 (patch) | |
tree | 2dc7afd71e79b553236abb2aa22fd954b83d40b7 | |
parent | 5613269142b3d02fb227db9855bfda034fb261de (diff) | |
download | fsf-binutils-gdb-cf7c5c23609e3810e5de6af220dd15f5e098b4d8.zip fsf-binutils-gdb-cf7c5c23609e3810e5de6af220dd15f5e098b4d8.tar.gz fsf-binutils-gdb-cf7c5c23609e3810e5de6af220dd15f5e098b4d8.tar.bz2 |
Fix previous commit:
Remove old 386BSD support.
* NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
* configure.host: Remove i[34567]86-*-bsd*.
* configure.tgt: Remove i[34567]86-*-bsd*.
* i386b-nat.c: Removed.
* Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
(i386b-nat.o): Remove dependencies.
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9461c20..770aba1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -17,10 +17,13 @@ 2004-02-22 Mark Kettenis <kettenis@gnu.org> Remove old 386BSD support. + * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*. * configure.host: Remove i[34567]86-*-bsd*. * configure.tgt: Remove i[34567]86-*-bsd*. * i386b-nat.c: Removed. * Makefile.in (ALLDEPFILES): Remove i386b-nat.c. + (i386b-nat.o): Remove dependencies. + * config/i386/i386bsd.mh: Removed. * config/i386/i386bsd.mt: Removed. * config/i386/nm-i386bsd.h: Removed. @@ -83,6 +83,7 @@ HP/PA running BSD hppa*-*-bsd* HP/PA running OSF/1 hppa*-*-osf* HP/PA Pro target hppa*-*-pro* PMAX (MIPS) running Mach 3.0 mips*-*-mach3* +386BSD i[3456]86-*-bsd* Sequent family i[3456]86-sequent-sysv4* i[3456]86-sequent-sysv* i[3456]86-sequent-bsd* |