diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-11-20 17:23:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-11-20 17:23:57 +0000 |
commit | eeb8076cc0223e448166731544417efbfaf6fed0 (patch) | |
tree | c198e62a6bf6dd3a2b0e45b6922fd9dec9f08e8a /gdb/config | |
parent | f6ffd89b00eb37a4d9a8725c0b0219379dced517 (diff) | |
download | binutils-eeb8076cc0223e448166731544417efbfaf6fed0.zip binutils-eeb8076cc0223e448166731544417efbfaf6fed0.tar.gz binutils-eeb8076cc0223e448166731544417efbfaf6fed0.tar.bz2 |
* hppa-hpux-nat.c: New file.
* config/pa/hpux.mh (NATDEPFILES): New file.
* Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
(hppa-hpux-nat.o): New dependency.
* configure.host: Remove hppa*-*-hpux10.20.
(hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/hpux.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/pa/hpux.mh b/gdb/config/pa/hpux.mh new file mode 100644 index 0000000..0a0d2f8 --- /dev/null +++ b/gdb/config/pa/hpux.mh @@ -0,0 +1,3 @@ +# Host: PA-RISC HP-UX +NATDEPFILES= fork-child.o inf-ptrace.o \ + hppa-hpux-nat.o hpread.o somread.o somsolib.o |