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/Makefile.in | |
parent | f6ffd89b00eb37a4d9a8725c0b0219379dced517 (diff) | |
download | gdb-eeb8076cc0223e448166731544417efbfaf6fed0.zip gdb-eeb8076cc0223e448166731544417efbfaf6fed0.tar.gz gdb-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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2baebbf..d7183d8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1370,7 +1370,7 @@ ALLDEPFILES = \ fork-child.c \ glibc-tdep.c \ go32-nat.c h8300-tdep.c \ - hppa-tdep.c hppa-hpux-tdep.c \ + hppa-tdep.c hppa-hpux-tdep.c hppa-hpux-nat.c \ hppah-nat.c hpread.c \ hppa-linux-tdep.c hppa-linux-nat.c \ hppabsd-nat.c hppabsd-tdep.c \ @@ -1969,6 +1969,8 @@ hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ $(gdb_wait_h) $(regcache_h) $(gdb_string_h) $(infttrace_h) \ $(hppa_tdep_h) +hppa-hpux-nat.o: hppa-hpux-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ + $(target_h) $(gdb_assert_h) $(hppa_tdep_h) $(inf_ptrace_h) hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(osabi_h) $(gdb_string_h) $(frame_h) $(frame_unwind_h) \ $(trad_frame_h) $(symtab_h) $(objfiles_h) $(inferior_h) $(infcall_h) \ |