From 5a56198d68b7f6d75934a5167a1e0bb246bd1c44 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 16 Oct 1992 10:15:32 +0000 Subject: [PATCH] Make core files work again on most hosts, by adding corelow.o. --- gdb/config/3b1.mh | 2 +- gdb/config/bigmips.mh | 2 +- gdb/config/hp300bsd.mh | 2 +- gdb/config/hppabsd.mh | 2 +- gdb/config/hppahpux.mh | 2 +- gdb/config/i386sco.mh | 2 +- gdb/config/i386v.mh | 2 +- gdb/config/i386v32.mh | 2 +- gdb/config/irix3.mh | 2 +- gdb/config/isi.mh | 2 +- gdb/config/linux.mh | 2 +- gdb/config/littlemips.mh | 2 +- gdb/config/merlin.mh | 2 +- gdb/config/news1000.mh | 2 +- gdb/config/pn.mh | 2 +- gdb/config/rtbsd.mh | 2 +- gdb/config/sun2os3.mh | 2 +- gdb/config/sun2os4.mh | 2 +- gdb/config/tahoe.mh | 2 +- gdb/config/vaxbsd.mh | 2 +- gdb/config/vaxult.mh | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/gdb/config/3b1.mh b/gdb/config/3b1.mh index ebb6e20..fd484f7 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-3b1.h diff --git a/gdb/config/bigmips.mh b/gdb/config/bigmips.mh index bd2e1d6..9e4704b 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-bigmips.h diff --git a/gdb/config/hp300bsd.mh b/gdb/config/hp300bsd.mh index 3db5630..bdc3c47 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-hp300bsd.h diff --git a/gdb/config/hppabsd.mh b/gdb/config/hppabsd.mh index d41ef52..701af04 100644 --- a/gdb/config/hppabsd.mh +++ b/gdb/config/hppabsd.mh @@ -1,3 +1,3 @@ # Host: Hewlett-Packard PA-RISC machine, running BSD -XDEPFILES= hppab-xdep.o coredep.o +XDEPFILES= hppab-xdep.o coredep.o corelow.o XM_FILE= xm-hppab.h diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh index 06296e0..4d203a2 100644 --- a/gdb/config/hppahpux.mh +++ b/gdb/config/hppahpux.mh @@ -1,6 +1,6 @@ # Host: Hewlett-Packard PA-RISC machine, running HPUX TERMCAP = -lcurses -XDEPFILES= hppah-xdep.o coredep.o +XDEPFILES= hppah-xdep.o coredep.o corelow.o XM_FILE= xm-hppah.h REGEX=regex.o REGEX1=regex.o diff --git a/gdb/config/i386sco.mh b/gdb/config/i386sco.mh index d1389eb..f0cef75 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 inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.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 72575e2..60ddc30 100644 --- a/gdb/config/i386v.mh +++ b/gdb/config/i386v.mh @@ -1,5 +1,5 @@ # Host: Intel 386 running System V -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.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 4a05c12..0743728 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 inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o i386-xdep.o i387-tdep.o XM_FILE= xm-i386v32.h XM_CLIBS= -lPW SYSV_DEFINE=-DSYSV diff --git a/gdb/config/irix3.mh b/gdb/config/irix3.mh index 4ea721d..d0cd7ac 100644 --- a/gdb/config/irix3.mh +++ b/gdb/config/irix3.mh @@ -2,7 +2,7 @@ XDEPFILES= XM_FILE= xm-irix3.h NAT_FILE= nm-irix3.h -NATDEPFILES= fork-child.o coredep.o infptrace.o inftarg.o mips-nat.o +NATDEPFILES= fork-child.o coredep.o corelow.o infptrace.o inftarg.o mips-nat.o ALLOCA=alloca.o ALLOCA1=alloca.o MUNCH_DEFINE=-B diff --git a/gdb/config/isi.mh b/gdb/config/isi.mh index ea99492..b0a5bed 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-isi.h diff --git a/gdb/config/linux.mh b/gdb/config/linux.mh index cfe7a66..0c1b0a2 100644 --- a/gdb/config/linux.mh +++ b/gdb/config/linux.mh @@ -1,5 +1,5 @@ # Host: Intel 386 running System V -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o i386-xdep.o i387-tdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.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 fb1237c..80c2678 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-mips.h diff --git a/gdb/config/merlin.mh b/gdb/config/merlin.mh index 5a354cf..179254b 100644 --- a/gdb/config/merlin.mh +++ b/gdb/config/merlin.mh @@ -1,5 +1,5 @@ # Host: Merlin running utek 2.1 -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.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/news1000.mh b/gdb/config/news1000.mh index e76b3b1..0a03a89 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 inftarg.o fork-child.o coredep.o news-xdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o news-xdep.o XM_FILE= xm-news1000.h diff --git a/gdb/config/pn.mh b/gdb/config/pn.mh index f46ed36..53372bb 100644 --- a/gdb/config/pn.mh +++ b/gdb/config/pn.mh @@ -1,3 +1,3 @@ # Host: Gould Powernode -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o XM_FILE= xm-pn.h diff --git a/gdb/config/rtbsd.mh b/gdb/config/rtbsd.mh index 381c5a9..c309da2 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 inftarg.o fork-child.o +XDEPFILES=coredep.o corelow.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/sun2os3.mh b/gdb/config/sun2os3.mh index 2c91a0c..a3ef627 100644 --- a/gdb/config/sun2os3.mh +++ b/gdb/config/sun2os3.mh @@ -2,4 +2,4 @@ XDEPFILES= XM_FILE= xm-sun2.h NAT_FILE= nm-sun2.h -NATDEPFILES= infptrace.o inftarg.o fork-child.o sun3-nat.o +NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o sun3-nat.o diff --git a/gdb/config/sun2os4.mh b/gdb/config/sun2os4.mh index deb2cd1..617642d 100644 --- a/gdb/config/sun2os4.mh +++ b/gdb/config/sun2os4.mh @@ -2,4 +2,4 @@ XDEPFILES= XM_FILE= xm-sun2.h NAT_FILE= nm-sun2.h -NATDEPFILES= infptrace.o inftarg.o fork-child.o sun3-nat.o +NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o sun3-nat.o diff --git a/gdb/config/tahoe.mh b/gdb/config/tahoe.mh index d0bf352..4701af9 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o REGEX=regex.o REGEX1=regex.o XM_FILE= xm-tahoe.h diff --git a/gdb/config/vaxbsd.mh b/gdb/config/vaxbsd.mh index d0d9763..5077a7b 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 inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.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 4d72bd2..f085417 100644 --- a/gdb/config/vaxult.mh +++ b/gdb/config/vaxult.mh @@ -1,6 +1,6 @@ # Host: DEC VAX running Ultrix -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o REGEX=regex.o REGEX1=regex.o XM_FILE= xm-vaxult.h -- 2.7.4