diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:06:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:06:35 +0000 |
commit | a6805e97e19d979c0841c07608d0c49425b7fe92 (patch) | |
tree | 7a31fa1db39a5bd128fe033a2f9066f21fa44d10 /gdb/configure.host | |
parent | 69221b12e364d611e4d8ab86508730631f099453 (diff) | |
download | gdb-a6805e97e19d979c0841c07608d0c49425b7fe92.tar.gz |
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*.
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 886615559ee..a2a8d5d36a0 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -50,6 +50,7 @@ hppa*64*-*-hpux11*) gdb_host=hpux11w ;; hppa*-*-hpux11*) gdb_host=hpux11 ;; hppa*-*-hpux*) gdb_host=hppahpux ;; hppa*-*-linux*) gdb_host=linux ;; +hppa*-*-openbsd*) gdb_host=obsd ;; i[34567]86-ncr-*) gdb_host=ncr3000 ;; i[34567]86-*-dgux*) gdb_host=i386v4 ;; |