aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-12-15 01:49:05 +0000
committerStu Grossman <grossman@cygnus>1992-12-15 01:49:05 +0000
commit47bc42e606532973b8a9d479d9a5fda9ccde2293 (patch)
treea1da8c0dd5c8888bbec9080dcc2a9603345d2daa /gdb
parent01d1590babc04e0950cdcbde17a69a677322c855 (diff)
downloadgdb-47bc42e606532973b8a9d479d9a5fda9ccde2293.zip
gdb-47bc42e606532973b8a9d479d9a5fda9ccde2293.tar.gz
gdb-47bc42e606532973b8a9d479d9a5fda9ccde2293.tar.bz2
* hppahpux.mt (TDEPFILES): Add exec.o.
* hppahpux.mh (NATDEPFILES): Remove exec.o, add inftarg.o, and fork-child.o.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/config/hppahpux.mh2
-rw-r--r--gdb/config/hppahpux.mt2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh
index 454a7a5..0eb74a2 100644
--- a/gdb/config/hppahpux.mh
+++ b/gdb/config/hppahpux.mh
@@ -3,6 +3,6 @@ TERMCAP = -lcurses
XDEPFILES=
XM_FILE= xm-hppah.h
NAT_FILE= nm-hppah.h
-NATDEPFILES= hppah-nat.o exec.o coredep.o corelow.o
+NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o
REGEX=regex.o
REGEX1=regex.o
diff --git a/gdb/config/hppahpux.mt b/gdb/config/hppahpux.mt
index b8f2f8f..0850108 100644
--- a/gdb/config/hppahpux.mt
+++ b/gdb/config/hppahpux.mt
@@ -1,3 +1,3 @@
# TARGET: HP PA-RISC running hpux
-TDEPFILES= hppa-pinsn.o hppah-tdep.o
+TDEPFILES= hppa-pinsn.o hppah-tdep.o exec.o
TM_FILE= tm-hppah.h