Add NetBSD/hppa target and host support.
authorNick Hudson <nick.hudson@dsl.pipex.com>
Sat, 19 Jan 2008 15:03:50 +0000 (15:03 +0000)
committerNick Hudson <nick.hudson@dsl.pipex.com>
Sat, 19 Jan 2008 15:03:50 +0000 (15:03 +0000)
commitaf5ca30dc3dea6cf168332e1f87306acc51a0fd5
treeaf951eac4506b5878d91e5ed1867a6e5857e9117
parent2a25a5baa522e7d6d7a2671369a1cd3ba9f08c30
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/pa/nbsd.mh [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/hppabsd-tdep.c
gdb/hppanbsd-nat.c [new file with mode: 0644]
gdb/hppanbsd-tdep.c [new file with mode: 0644]
gdb/hppaobsd-tdep.c [new file with mode: 0644]
This page took 0.025878 seconds and 4 git commands to generate.