diff options
author | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-01-19 15:03:50 +0000 |
---|---|---|
committer | Nick Hudson <nick.hudson@dsl.pipex.com> | 2008-01-19 15:03:50 +0000 |
commit | af5ca30dc3dea6cf168332e1f87306acc51a0fd5 (patch) | |
tree | af951eac4506b5878d91e5ed1867a6e5857e9117 /gdb/NEWS | |
parent | 2a25a5baa522e7d6d7a2671369a1cd3ba9f08c30 (diff) | |
download | gdb-af5ca30dc3dea6cf168332e1f87306acc51a0fd5.zip gdb-af5ca30dc3dea6cf168332e1f87306acc51a0fd5.tar.gz gdb-af5ca30dc3dea6cf168332e1f87306acc51a0fd5.tar.bz2 |
Add NetBSD/hppa target and host support.
* hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
(hppabsd_gregset): Move to ...
(hppabsd_regset_from_core_section): Rename
hppaobsd_regset_from_core_section and move to ...
(hppabsd_find_global_pointer): Update comment.
(hppabsd_init_abi): Make global. Do not register
hppabsd_regset_from_core_section.
(hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
move to ...
(_initialize_hppabsd_tdep): Move to ...
* hppaobsd-tdep.c: ... here. New file.
* hppnbsd-tdep.c: New file.
* hppnbsd-nat.c: New file.
* Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
(ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
(hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
(hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
* configure.host (hppa*-*-netbsd*): New entry.
* configure.tgt (hppa*-*-netbsd*): New entry.
(hppa*-*-openbsd*): Update.
* NEWS (New native configuration): Mention NetBSD/hppa.
(New targets): Mention NetBSD/hppa.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ *** Changes since GDB 6.7 +* New native configurations + +NetBSD/hppa hppa*-*netbsd* + +* New targets + +NetBSD/hppa hppa*-*-netbsd* + * Change in command line behavior -- corefiles vs. process ids. When the '-p NUMBER' or '--pid NUMBER' options are used, and |