From 165410d11ff0f0ec7f8e5dcb1904fbbceb42c132 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 26 Sep 1992 08:08:42 +0000 Subject: [PATCH] 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. --- gdb/config/3b1.mh | 2 +- gdb/config/altos.mh | 2 +- gdb/config/amix.mh | 2 +- gdb/config/apollo68b.mh | 2 +- gdb/config/apollo68v.mh | 2 +- gdb/config/arm.mh | 2 +- gdb/config/bigmips.mh | 2 +- gdb/config/decstation.mh | 2 +- gdb/config/delta88.mh | 2 +- gdb/config/hp300bsd.mh | 2 +- gdb/config/hp300hpux.mh | 2 +- gdb/config/hppahpux.mh | 1 - gdb/config/i386mach.mh | 2 +- gdb/config/i386sco.mh | 2 +- gdb/config/i386v.mh | 2 +- gdb/config/i386v32.mh | 2 +- gdb/config/i386v4.mh | 2 +- gdb/config/irix3.mh | 2 +- gdb/config/irix4.mh | 2 +- gdb/config/isi.mh | 2 +- gdb/config/linux.mh | 2 +- gdb/config/littlemips.mh | 2 +- gdb/config/m88k.mh | 2 +- gdb/config/merlin.mh | 2 +- gdb/config/ncr3000.mh | 2 +- gdb/config/news.mh | 2 +- gdb/config/news1000.mh | 2 +- gdb/config/np1.mh | 2 +- gdb/config/pn.mh | 2 +- gdb/config/pyramid.mh | 2 +- gdb/config/rs6000.mh | 2 +- gdb/config/rtbsd.mh | 2 +- gdb/config/stratus.mh | 2 +- gdb/config/sun2os3.mh | 2 +- gdb/config/sun2os4.mh | 2 +- gdb/config/sun386.mh | 2 +- gdb/config/sun3os3.mh | 2 +- gdb/config/sun3os4.mh | 2 +- gdb/config/sun4os4.mh | 2 +- gdb/config/sun4sol2.mh | 2 +- gdb/config/symmetry.mh | 2 +- gdb/config/tahoe.mh | 2 +- gdb/config/ultra3.mh | 2 +- gdb/config/umax.mh | 2 +- gdb/config/vaxbsd.mh | 2 +- gdb/config/vaxult.mh | 2 +- 46 files changed, 45 insertions(+), 46 deletions(-) diff --git a/gdb/config/3b1.mh b/gdb/config/3b1.mh index 1dc2893ee55..ebb6e20ec74 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 c88f65730ae..13c37a70109 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 bca61a0c363..87811564a24 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 4a7973326ba..63d07be6fb6 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 2767b5f4d54..714ae034171 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 3f144f0f11f..9700fa2f3c4 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 2dafb6e17b3..b2cb7da2daa 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 2e79d8d0219..4a71ca269cd 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 ce4f37c1389..a5e623a50ad 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 273be90d625..3db563062a7 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 18dc1b83c87..7ac8e7b76cb 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 12a6fc785c9..54d4281c14a 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 f880b8909a3..fbfcde55ffe 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 181de83aa02..d1389ebf8f5 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 86dd4c283b9..72575e2e9c3 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 691b6984c7a..4a05c12c2db 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 9982d2ff9d8..49c6ee31211 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 4c68c6c223c..d585d928409 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 e2eb9b96e3b..68f151716d5 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 08bce4a6f20..ea994923a29 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 774b2e76bd0..cfe7a66d07d 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 28fcc1eb855..ce2eb2ec2a5 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 5d396aaecdd..9e3a8174501 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 7cd492e449a..5a354cfe333 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 03069fb1e70..6c5c8d1cdfd 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 3b7c950d59b..d9c3ee23e01 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 8388b359c81..e76b3b196ce 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 8afa094c77f..541cbcb8848 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 56c58f968f2..f46ed364261 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 362a878772c..cd25e57e4a3 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 b882fba7cd9..f6682f45baf 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 3c86cdfa35e..381c5a90ae6 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 4a184f714a9..b30caf355d5 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 ea2fee64d49..5d420b2dec9 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 ec614a6734d..925ad489760 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 d03a06eeb6e..b9284995e1a 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 adb908ad539..cd60af2dfb3 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 4ec8d548570..7ea5dca1ece 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 7d849d683de..588e6aa2938 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 9ea2174e32b..3eb3e9abf4d 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 562afa6531d..e065464c113 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 6b3a6bb5502..d0bf352bb39 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 e3b998f74d8..8df8b24436d 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 77eebaaa55c..2e874db1979 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 832ab76869a..d0d9763d795 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 fa075ced06e..4d72bd2514d 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 -- 2.30.2