summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-09-26 08:08:42 +0000
committerJohn Gilmore <gnu@cygnus>1992-09-26 08:08:42 +0000
commit165410d11ff0f0ec7f8e5dcb1904fbbceb42c132 (patch)
tree41962aecfa5e3366b1eebe1685399b01a9fe6851
parentb3d4dd73c36119a7bf5274f0b2747d5e5e62bca1 (diff)
downloadppe42-binutils-165410d11ff0f0ec7f8e5dcb1904fbbceb42c132.tar.gz
ppe42-binutils-165410d11ff0f0ec7f8e5dcb1904fbbceb42c132.zip
Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o.
Add fork-child.o to all *.mh that reference procfs.o.
-rw-r--r--gdb/config/3b1.mh2
-rw-r--r--gdb/config/altos.mh2
-rw-r--r--gdb/config/amix.mh2
-rwxr-xr-xgdb/config/apollo68b.mh2
-rw-r--r--gdb/config/apollo68v.mh2
-rw-r--r--gdb/config/arm.mh2
-rw-r--r--gdb/config/bigmips.mh2
-rw-r--r--gdb/config/decstation.mh2
-rw-r--r--gdb/config/delta88.mh2
-rw-r--r--gdb/config/hp300bsd.mh2
-rw-r--r--gdb/config/hp300hpux.mh2
-rw-r--r--gdb/config/hppahpux.mh1
-rw-r--r--gdb/config/i386mach.mh2
-rw-r--r--gdb/config/i386sco.mh2
-rw-r--r--gdb/config/i386v.mh2
-rw-r--r--gdb/config/i386v32.mh2
-rw-r--r--gdb/config/i386v4.mh2
-rw-r--r--gdb/config/irix3.mh2
-rw-r--r--gdb/config/irix4.mh2
-rw-r--r--gdb/config/isi.mh2
-rw-r--r--gdb/config/linux.mh2
-rw-r--r--gdb/config/littlemips.mh2
-rw-r--r--gdb/config/m88k.mh2
-rw-r--r--gdb/config/merlin.mh2
-rw-r--r--gdb/config/ncr3000.mh2
-rw-r--r--gdb/config/news.mh2
-rw-r--r--gdb/config/news1000.mh2
-rw-r--r--gdb/config/np1.mh2
-rw-r--r--gdb/config/pn.mh2
-rw-r--r--gdb/config/pyramid.mh2
-rw-r--r--gdb/config/rs6000.mh2
-rw-r--r--gdb/config/rtbsd.mh2
-rw-r--r--gdb/config/stratus.mh2
-rw-r--r--gdb/config/sun2os3.mh2
-rw-r--r--gdb/config/sun2os4.mh2
-rw-r--r--gdb/config/sun386.mh2
-rw-r--r--gdb/config/sun3os3.mh2
-rw-r--r--gdb/config/sun3os4.mh2
-rw-r--r--gdb/config/sun4os4.mh2
-rw-r--r--gdb/config/sun4sol2.mh2
-rw-r--r--gdb/config/symmetry.mh2
-rw-r--r--gdb/config/tahoe.mh2
-rw-r--r--gdb/config/ultra3.mh2
-rw-r--r--gdb/config/umax.mh2
-rw-r--r--gdb/config/vaxbsd.mh2
-rw-r--r--gdb/config/vaxult.mh2
46 files changed, 45 insertions, 46 deletions
diff --git a/gdb/config/3b1.mh b/gdb/config/3b1.mh
index 1dc2893ee5..ebb6e20ec7 100644
--- a/gdb/config/3b1.mh
+++ b/gdb/config/3b1.mh
@@ -8,5 +8,5 @@ CC= gcc -traditional
# know what works and what fails on the 3B1.
#PINSN_CC= cc
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-3b1.h
diff --git a/gdb/config/altos.mh b/gdb/config/altos.mh
index c88f65730a..13c37a7010 100644
--- a/gdb/config/altos.mh
+++ b/gdb/config/altos.mh
@@ -1,5 +1,5 @@
# Host: Altos 3068 (68k, System V release 2)
-XDEPFILES= infptrace.o altos-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o altos-xdep.o
XM_FILE= xm-altos.h
REGEX=regex.o
REGEX1=regex.o
diff --git a/gdb/config/amix.mh b/gdb/config/amix.mh
index bca61a0c36..87811564a2 100644
--- a/gdb/config/amix.mh
+++ b/gdb/config/amix.mh
@@ -1,5 +1,5 @@
# Host: Commodore Amiga running SVR4.
-XDEPFILES= procfs.o
+XDEPFILES= procfs.o fork-child.o
XM_FILE= xm-amix.h
SYSV_DEFINE=-DSYSV
REGEX=regex.o
diff --git a/gdb/config/apollo68b.mh b/gdb/config/apollo68b.mh
index 4a7973326b..63d07be6fb 100755
--- a/gdb/config/apollo68b.mh
+++ b/gdb/config/apollo68b.mh
@@ -1,4 +1,4 @@
# Host: Apollo 68k, BSD mode.
XM_FILE= xm-apollo68b.h
-XDEPFILES= infptrace.o a68v-xdep.o ser-bsd.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o a68v-xdep.o ser-bsd.o
diff --git a/gdb/config/apollo68v.mh b/gdb/config/apollo68v.mh
index 2767b5f4d5..714ae03417 100644
--- a/gdb/config/apollo68v.mh
+++ b/gdb/config/apollo68v.mh
@@ -5,4 +5,4 @@ SYSV_DEFINE=-DSYSV
REGEX=regex.o
REGEX1=regex.o
CC= cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_SYS_FILE
-XDEPFILES= infptrace.o a68v-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o a68v-xdep.o
diff --git a/gdb/config/arm.mh b/gdb/config/arm.mh
index 3f144f0f11..9700fa2f3c 100644
--- a/gdb/config/arm.mh
+++ b/gdb/config/arm.mh
@@ -1,3 +1,3 @@
# Host: Acorn RISC machine running RISCiX (4.3bsd)
-XDEPFILES= infptrace.o arm-xdep.o arm-convert.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o arm-xdep.o arm-convert.o
XM_FILE= xm-arm.h
diff --git a/gdb/config/bigmips.mh b/gdb/config/bigmips.mh
index 2dafb6e17b..b2cb7da2da 100644
--- a/gdb/config/bigmips.mh
+++ b/gdb/config/bigmips.mh
@@ -1,3 +1,3 @@
# Host: Big-endian MIPS machine such as Sony News
-XDEPFILES= infptrace.o mips-xdep.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o
XM_FILE= xm-bigmips.h
diff --git a/gdb/config/decstation.mh b/gdb/config/decstation.mh
index 2e79d8d021..4a71ca269c 100644
--- a/gdb/config/decstation.mh
+++ b/gdb/config/decstation.mh
@@ -1,5 +1,5 @@
# Host: Little-endian MIPS machine such as DECstation.
-XDEPFILES= infptrace.o mips-xdep.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o
XM_FILE= xm-mips.h
# We can't use MMALLOC because the DECstation RPC library can't cope
diff --git a/gdb/config/delta88.mh b/gdb/config/delta88.mh
index ce4f37c138..a5e623a50a 100644
--- a/gdb/config/delta88.mh
+++ b/gdb/config/delta88.mh
@@ -1,5 +1,5 @@
# Host: Motorola 88000 running DGUX
-XDEPFILES= infptrace.o m88k-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o m88k-xdep.o
XM_FILE= xm-delta88.h
REGEX=regex.o
REGEX1=regex.o
diff --git a/gdb/config/hp300bsd.mh b/gdb/config/hp300bsd.mh
index 273be90d62..3db563062a 100644
--- a/gdb/config/hp300bsd.mh
+++ b/gdb/config/hp300bsd.mh
@@ -1,3 +1,3 @@
# Host: Hewlett-Packard 9000 series 300, running BSD
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-hp300bsd.h
diff --git a/gdb/config/hp300hpux.mh b/gdb/config/hp300hpux.mh
index 18dc1b83c8..7ac8e7b76c 100644
--- a/gdb/config/hp300hpux.mh
+++ b/gdb/config/hp300hpux.mh
@@ -7,7 +7,7 @@
# The headers in the directory hp-include override system headers
# and tell GDB to use BSD executable file format (hence -Ihp-include)
-XDEPFILES= infptrace.o hp300ux-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o hp300ux-xdep.o
XM_FILE= xm-hp300hpux.h
SYSV_DEFINE=-DSYSV
REGEX=regex.o
diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh
index 12a6fc785c..54d4281c14 100644
--- a/gdb/config/hppahpux.mh
+++ b/gdb/config/hppahpux.mh
@@ -5,4 +5,3 @@ XM_FILE= xm-hppahpux.h
REGEX=regex.o
REGEX1=regex.o
ALLOCA=alloca.o
-ALLOCA1=alloca.o \ No newline at end of file
diff --git a/gdb/config/i386mach.mh b/gdb/config/i386mach.mh
index f880b8909a..fbfcde55ff 100644
--- a/gdb/config/i386mach.mh
+++ b/gdb/config/i386mach.mh
@@ -1,4 +1,4 @@
# Host: Intel 386 running Mach
-XDEPFILES= infptrace.o mach386-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o mach386-xdep.o
XM_FILE= xm-i386mach.h
diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh
index 181de83aa0..d1389ebf8f 100644
--- a/gdb/config/i386sco.mh
+++ b/gdb/config/i386sco.mh
@@ -1,5 +1,5 @@
# Host: Intel 386 running SCO Unix (pre-SVR4)
-XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-i386sco.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
diff --git a/gdb/config/i386v.mh b/gdb/config/i386v.mh
index 86dd4c283b..72575e2e9c 100644
--- a/gdb/config/i386v.mh
+++ b/gdb/config/i386v.mh
@@ -1,5 +1,5 @@
# Host: Intel 386 running System V
-XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-i386v.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
diff --git a/gdb/config/i386v32.mh b/gdb/config/i386v32.mh
index 691b6984c7..4a05c12c2d 100644
--- a/gdb/config/i386v32.mh
+++ b/gdb/config/i386v32.mh
@@ -1,5 +1,5 @@
# Host: Intel 386 running System V release 3.2
-XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-i386v32.h
XM_CLIBS= -lPW
SYSV_DEFINE=-DSYSV
diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh
index 9982d2ff9d..49c6ee3121 100644
--- a/gdb/config/i386v4.mh
+++ b/gdb/config/i386v4.mh
@@ -6,7 +6,7 @@ REGEX1=regex.o
# Need to compile and link in support for SVR4's /proc and i386 host dependent
# routines.
-XDEPFILES= procfs.o i386-xdep.o
+XDEPFILES= procfs.o fork-child.o i386-xdep.o
# Use the i386 SVR4 host configuration file.
XM_FILE= xm-i386v4.h
diff --git a/gdb/config/irix3.mh b/gdb/config/irix3.mh
index 4c68c6c223..d585d92840 100644
--- a/gdb/config/irix3.mh
+++ b/gdb/config/irix3.mh
@@ -1,5 +1,5 @@
# Host: SGI Iris running irix 3.x
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-irix3.h
ALLOCA=alloca.o
ALLOCA1=alloca.o
diff --git a/gdb/config/irix4.mh b/gdb/config/irix4.mh
index e2eb9b96e3..68f151716d 100644
--- a/gdb/config/irix4.mh
+++ b/gdb/config/irix4.mh
@@ -1,5 +1,5 @@
# Host: SGI Iris running irix 4.x
-XDEPFILES= procfs.o
+XDEPFILES= procfs.o fork-child.o
XM_FILE= xm-irix4.h
ALLOCA=alloca.o
ALLOCA1=alloca.o
diff --git a/gdb/config/isi.mh b/gdb/config/isi.mh
index 08bce4a6f2..ea994923a2 100644
--- a/gdb/config/isi.mh
+++ b/gdb/config/isi.mh
@@ -1,3 +1,3 @@
# Host: ISI Optimum V (3.05) under 4.3bsd.
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-isi.h
diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh
index 774b2e76bd..cfe7a66d07 100644
--- a/gdb/config/linux.mh
+++ b/gdb/config/linux.mh
@@ -1,5 +1,5 @@
# Host: Intel 386 running System V
-XDEPFILES= infptrace.o coredep.o i386-xdep.o i387-tdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o
XM_FILE= xm-linux.h
XM_CLIBS=
TERMLIB=
diff --git a/gdb/config/littlemips.mh b/gdb/config/littlemips.mh
index 28fcc1eb85..ce2eb2ec2a 100644
--- a/gdb/config/littlemips.mh
+++ b/gdb/config/littlemips.mh
@@ -1,3 +1,3 @@
# Host: Little-endian MIPS machine such as DECstation.
-XDEPFILES= infptrace.o mips-xdep.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o mips-xdep.o coredep.o
XM_FILE= xm-mips.h
diff --git a/gdb/config/m88k.mh b/gdb/config/m88k.mh
index 5d396aaecd..9e3a817450 100644
--- a/gdb/config/m88k.mh
+++ b/gdb/config/m88k.mh
@@ -1,3 +1,3 @@
# Host: Motorola 88000 running DGUX
-XDEPFILES= infptrace.o m88k-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o m88k-xdep.o
XM_FILE= xm-m88k.h
diff --git a/gdb/config/merlin.mh b/gdb/config/merlin.mh
index 7cd492e449..5a354cfe33 100644
--- a/gdb/config/merlin.mh
+++ b/gdb/config/merlin.mh
@@ -1,5 +1,5 @@
# Host: Merlin running utek 2.1
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-merlin.h
# See SHELL_FILE in m-merlin.h for a explanation of this.
M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
diff --git a/gdb/config/ncr3000.mh b/gdb/config/ncr3000.mh
index 03069fb1e7..6c5c8d1cdf 100644
--- a/gdb/config/ncr3000.mh
+++ b/gdb/config/ncr3000.mh
@@ -15,7 +15,7 @@ REGEX1=regex.o
# Need to compile and link in support for SVR4's /proc and i386 host dependent
# routines.
-XDEPFILES= procfs.o i386-xdep.o
+XDEPFILES= procfs.o fork-child.o i386-xdep.o
# Use the i386 SVR4 host configuration file.
XM_FILE= xm-i386v4.h
diff --git a/gdb/config/news.mh b/gdb/config/news.mh
index 3b7c950d59..d9c3ee23e0 100644
--- a/gdb/config/news.mh
+++ b/gdb/config/news.mh
@@ -1,3 +1,3 @@
# Host: Sony news series 700/800/900 (68020) running NewsOS version 3.
-XDEPFILES= infptrace.o coredep.o news-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o news-xdep.o
XM_FILE= xm-news.h
diff --git a/gdb/config/news1000.mh b/gdb/config/news1000.mh
index 8388b359c8..e76b3b196c 100644
--- a/gdb/config/news1000.mh
+++ b/gdb/config/news1000.mh
@@ -1,3 +1,3 @@
# Host: Sony news series 1000 (68030) running NewsOS version 3.
-XDEPFILES= infptrace.o coredep.o news-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o news-xdep.o
XM_FILE= xm-news1000.h
diff --git a/gdb/config/np1.mh b/gdb/config/np1.mh
index 8afa094c77..541cbcb884 100644
--- a/gdb/config/np1.mh
+++ b/gdb/config/np1.mh
@@ -1,3 +1,3 @@
# Host: Gould NP1
-XDEPFILES= infptrace.o gould-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o gould-xdep.o
XM_FILE= xm-np1.h
diff --git a/gdb/config/pn.mh b/gdb/config/pn.mh
index 56c58f968f..f46ed36426 100644
--- a/gdb/config/pn.mh
+++ b/gdb/config/pn.mh
@@ -1,3 +1,3 @@
# Host: Gould Powernode
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
XM_FILE= xm-pn.h
diff --git a/gdb/config/pyramid.mh b/gdb/config/pyramid.mh
index 362a878772..cd25e57e4a 100644
--- a/gdb/config/pyramid.mh
+++ b/gdb/config/pyramid.mh
@@ -4,5 +4,5 @@
#msg ALLOCA=alloca.o and ALLOCA1=alloca.o to the Makefile.
#msg
-XDEPFILES= pyr-xdep.o infptrace.o
+XDEPFILES= pyr-xdep.o infptrace.o inftarg.o fork-child.o
XM_FILE= xm-pyr.h
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh
index b882fba7cd..f6682f45ba 100644
--- a/gdb/config/rs6000.mh
+++ b/gdb/config/rs6000.mh
@@ -17,7 +17,7 @@
# along with GDB; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-XDEPFILES= infptrace.o rs6000-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o rs6000-xdep.o
XM_FILE= xm-rs6000.h
# When compiled with cc, for debugging, this argument should be passed.
diff --git a/gdb/config/rtbsd.mh b/gdb/config/rtbsd.mh
index 3c86cdfa35..381c5a90ae 100644
--- a/gdb/config/rtbsd.mh
+++ b/gdb/config/rtbsd.mh
@@ -2,7 +2,7 @@
# This file contributed at NYU, where we are using the RT to remote
# debug a 29k running unix. No attempt, as of 7/16/91, has been made
# to support debugging of RT executables.
-XDEPFILES=coredep.o infptrace.o
+XDEPFILES=coredep.o infptrace.o inftarg.o fork-child.o
MH_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables
XM_FILE= xm-rtbsd.h
CC=gcc -traditional # hc/pcc just can't cut it.
diff --git a/gdb/config/stratus.mh b/gdb/config/stratus.mh
index 4a184f714a..b30caf355d 100644
--- a/gdb/config/stratus.mh
+++ b/gdb/config/stratus.mh
@@ -1,5 +1,5 @@
# Host: Stratus FTX2
-XDEPFILES= procfs.o
+XDEPFILES= procfs.o fork-child.o
XM_FILE= xm-stratus.h
SYSV_DEFINE=-DSYSV
REGEX=regex.o
diff --git a/gdb/config/sun2os3.mh b/gdb/config/sun2os3.mh
index ea2fee64d4..5d420b2dec 100644
--- a/gdb/config/sun2os3.mh
+++ b/gdb/config/sun2os3.mh
@@ -1,3 +1,3 @@
# Host: Sun 2, running SunOS 3
-XDEPFILES= infptrace.o sun3-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sun3-xdep.o
XM_FILE= xm-sun2.h
diff --git a/gdb/config/sun2os4.mh b/gdb/config/sun2os4.mh
index ec614a6734..925ad48976 100644
--- a/gdb/config/sun2os4.mh
+++ b/gdb/config/sun2os4.mh
@@ -1,3 +1,3 @@
# Host: Sun 2, running SunOS 4
-XDEPFILES= infptrace.o sun3-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sun3-xdep.o
XM_FILE= xm-sun2.h
diff --git a/gdb/config/sun386.mh b/gdb/config/sun386.mh
index d03a06eeb6..b9284995e1 100644
--- a/gdb/config/sun386.mh
+++ b/gdb/config/sun386.mh
@@ -1,3 +1,3 @@
# Host: Sun 386i
-XDEPFILES= infptrace.o sun386-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sun386-xdep.o
XM_FILE= xm-sun386.h
diff --git a/gdb/config/sun3os3.mh b/gdb/config/sun3os3.mh
index adb908ad53..cd60af2dfb 100644
--- a/gdb/config/sun3os3.mh
+++ b/gdb/config/sun3os3.mh
@@ -1,3 +1,3 @@
# Host: Sun 3, running SunOS 3
-XDEPFILES= infptrace.o sun3-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sun3-xdep.o
XM_FILE= xm-sun3.h
diff --git a/gdb/config/sun3os4.mh b/gdb/config/sun3os4.mh
index 4ec8d54857..7ea5dca1ec 100644
--- a/gdb/config/sun3os4.mh
+++ b/gdb/config/sun3os4.mh
@@ -1,3 +1,3 @@
# Host: Sun 3, running SunOS 4
-XDEPFILES= infptrace.o sun3-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sun3-xdep.o
XM_FILE= xm-sun3os4.h
diff --git a/gdb/config/sun4os4.mh b/gdb/config/sun4os4.mh
index 7d849d683d..588e6aa293 100644
--- a/gdb/config/sun4os4.mh
+++ b/gdb/config/sun4os4.mh
@@ -1,3 +1,3 @@
# Host: Sun 4 or Sparcstation, running SunOS 4
-XDEPFILES= infptrace.o sparc-xdep.o ser-bsd.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o sparc-xdep.o ser-bsd.o
XM_FILE= xm-sun4os4.h
diff --git a/gdb/config/sun4sol2.mh b/gdb/config/sun4sol2.mh
index 9ea2174e32..3eb3e9abf4 100644
--- a/gdb/config/sun4sol2.mh
+++ b/gdb/config/sun4sol2.mh
@@ -1,5 +1,5 @@
# Host: Sun 4 or Sparcstation, running Solaris 2
-XDEPFILES= procfs.o
+XDEPFILES= procfs.o fork-child.o
XM_FILE= xm-sun4sol2.h
SYSV_DEFINE=-DSYSV
REGEX=regex.o
diff --git a/gdb/config/symmetry.mh b/gdb/config/symmetry.mh
index 562afa6531..e065464c11 100644
--- a/gdb/config/symmetry.mh
+++ b/gdb/config/symmetry.mh
@@ -1,3 +1,3 @@
# Host: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387.
-XDEPFILES= infptrace.o symm-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o symm-xdep.o
XM_FILE= xm-symmetry.h
diff --git a/gdb/config/tahoe.mh b/gdb/config/tahoe.mh
index 6b3a6bb550..d0bf352bb3 100644
--- a/gdb/config/tahoe.mh
+++ b/gdb/config/tahoe.mh
@@ -1,5 +1,5 @@
# Host: CCI or Harris Tahoe running BSD Unix
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
REGEX=regex.o
REGEX1=regex.o
XM_FILE= xm-tahoe.h
diff --git a/gdb/config/ultra3.mh b/gdb/config/ultra3.mh
index e3b998f74d..8df8b24436 100644
--- a/gdb/config/ultra3.mh
+++ b/gdb/config/ultra3.mh
@@ -1,7 +1,7 @@
# Host: NYU Ultracomputer (AMD 29000 running Unix)
CC=u3cc
MUNCH_DEFINE="MUNCH_NM=u3nm"
-XDEPFILES= ultra3-xdep.o infptrace.o
+XDEPFILES= ultra3-xdep.o infptrace.o inftarg.o fork-child.o
XM_FILE= xm-ultra3.h
MH_CFLAGS = -DSYM1
XM_CLIBS = -lsysv -ljobs -ltermlib
diff --git a/gdb/config/umax.mh b/gdb/config/umax.mh
index 77eebaaa55..2e874db197 100644
--- a/gdb/config/umax.mh
+++ b/gdb/config/umax.mh
@@ -1,3 +1,3 @@
# Host: Encore running umax 4.2
-XDEPFILES= infptrace.o umax-xdep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o umax-xdep.o
XM_FILE= xm-umax.h
diff --git a/gdb/config/vaxbsd.mh b/gdb/config/vaxbsd.mh
index 832ab76869..d0d9763d79 100644
--- a/gdb/config/vaxbsd.mh
+++ b/gdb/config/vaxbsd.mh
@@ -6,7 +6,7 @@
#msg If this occurs, use gcc
#msg (but see comments in Makefile.dist about compiling with gcc).
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
REGEX=regex.o
REGEX1=regex.o
XM_FILE= xm-vaxbsd.h
diff --git a/gdb/config/vaxult.mh b/gdb/config/vaxult.mh
index fa075ced06..4d72bd2514 100644
--- a/gdb/config/vaxult.mh
+++ b/gdb/config/vaxult.mh
@@ -1,6 +1,6 @@
# Host: DEC VAX running Ultrix
-XDEPFILES= infptrace.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
REGEX=regex.o
REGEX1=regex.o
XM_FILE= xm-vaxult.h
OpenPOWER on IntegriCloud