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/config | |
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/config')
-rw-r--r-- | gdb/config/pa/nbsd.mh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/pa/nbsd.mh b/gdb/config/pa/nbsd.mh new file mode 100644 index 0000000..5cff698 --- /dev/null +++ b/gdb/config/pa/nbsd.mh @@ -0,0 +1,2 @@ +# Host: NetBSD/hppa +NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o hppanbsd-nat.o |