aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/isi.mh
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-05-18 23:16:00 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-05-18 23:16:00 +0000
commit865e574b06fc36cecc63c406bb41819955dfe6be (patch)
treea959c445625775869e883bccceae8336af5ea389 /gdb/config/m68k/isi.mh
parent23aed4497c86decdbbaa2d025804429f9bc25308 (diff)
downloadgdb-865e574b06fc36cecc63c406bb41819955dfe6be.zip
gdb-865e574b06fc36cecc63c406bb41819955dfe6be.tar.gz
gdb-865e574b06fc36cecc63c406bb41819955dfe6be.tar.bz2
* config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
Comment out corelow.c because core dumps are broken on these machines.
Diffstat (limited to 'gdb/config/m68k/isi.mh')
-rw-r--r--gdb/config/m68k/isi.mh4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/m68k/isi.mh b/gdb/config/m68k/isi.mh
index b0a5bed..d809066 100644
--- a/gdb/config/m68k/isi.mh
+++ b/gdb/config/m68k/isi.mh
@@ -1,3 +1,5 @@
# Host: ISI Optimum V (3.05) under 4.3bsd.
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o
+# corelow.o commented out because core dumps are broken on this machine,
+# as of GDB 4.8, according to lam@tfs.com
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o # corelow.o
XM_FILE= xm-isi.h