aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-11 07:59:07 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-11 07:59:07 +0000
commit4434a92c5c0362e3e3a6ef074d643cf32232146e (patch)
tree5fc68bfef05e609c55c9ce09f98d849492bf729e /gdb/config
parent364c1151e78233692ec07caaecd53d4ff7734e78 (diff)
downloadgdb-4434a92c5c0362e3e3a6ef074d643cf32232146e.zip
gdb-4434a92c5c0362e3e3a6ef074d643cf32232146e.tar.gz
gdb-4434a92c5c0362e3e3a6ef074d643cf32232146e.tar.bz2
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/rs6000.mh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh
index 8ded50d..6268571 100644
--- a/gdb/config/rs6000.mh
+++ b/gdb/config/rs6000.mh
@@ -1,5 +1,5 @@
# Host machine: IBM RS/6000 running AIX 3.2.
-# Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
+# Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
# This file is part of GDB.
@@ -20,7 +20,7 @@
XDEPFILES=
XM_FILE= xm-rs6000.h
NAT_FILE= nm-rs6000.h
-NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.o
# When compiled with cc, for debugging, this argument should be passed.
# We have no idea who our current compiler is though, so we skip it.