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/configure.host | |
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/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index d3b6713..672920d 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -79,6 +79,7 @@ arm*-*-openbsd*) gdb_host=nbsdelf ;; hppa*-*-hpux*) gdb_host=hpux ;; hppa*-*-linux*) gdb_host=linux ;; +hppa*-*-netbsd*) gdb_host=nbsd ;; hppa*-*-openbsd*) gdb_host=obsd ;; i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) |