Add OpenBSD/hppa support.
authorMark Kettenis <kettenis@gnu.org>
Sat, 26 Jun 2004 10:06:35 +0000 (10:06 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 26 Jun 2004 10:06:35 +0000 (10:06 +0000)
commit0e56aeafa8e93c62a52a7b45d90550130285576b
tree1a7cc78b7adf08e34c32e45dc971a7a511db305b
parentd0618d1c97a6aa1b2f019fc65030fbe43d865cd1
Add OpenBSD/hppa support.
* NEWS (New native configurations): Mention OpenBSD/hppa.
* hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
files.
* Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
(hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
* configure.host: Add hppa*-*-openbsd*.
* configure.tgt: Add hppa*-*-openbsd*.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/pa/nm-obsd.h [new file with mode: 0644]
gdb/config/pa/obsd.mh [new file with mode: 0644]
gdb/config/pa/obsd.mt [new file with mode: 0644]
gdb/config/pa/tm-bsd.h [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/hppabsd-nat.c [new file with mode: 0644]
gdb/hppabsd-tdep.c [new file with mode: 0644]
This page took 0.024948 seconds and 4 git commands to generate.