diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-01-22 23:18:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-01-22 23:18:04 +0000 |
commit | f2cab56957f1985ffb37a7cb7279934d4839ce2e (patch) | |
tree | c8bd86ff02ca75c9a134ae591dfbd2994c57a47c /gdb/NEWS | |
parent | 8a58e4e85fad075279e6175dc15cc65f705e6788 (diff) | |
download | gdb-f2cab56957f1985ffb37a7cb7279934d4839ce2e.zip gdb-f2cab56957f1985ffb37a7cb7279934d4839ce2e.tar.gz gdb-f2cab56957f1985ffb37a7cb7279934d4839ce2e.tar.bz2 |
* NEWS (New native configurations): Mention OpenBSD/sparc and
OpenBSD/sparc64.
* configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
* configure.host: Likewise.
* sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
handler for OpenBSD.
* sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ encountered these. * New native configurations NetBSD/amd64 x86_64-*-netbsd* +OpenBSD/sparc sparc-*-openbsd* +OpenBSD/sparc64 sparc64-*-openbsd* * New debugging protocols |