aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-27 17:38:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-27 17:38:42 +0000
commit20bee06dad18051b109ed04f4e683dc59b9b632a (patch)
tree8e12c8ba0f31d25c74416652304faad8533da2a1 /gdb/config
parent5b3c73e6a13c541dc557afe12d188afc7c37519c (diff)
downloadgdb-20bee06dad18051b109ed04f4e683dc59b9b632a.zip
gdb-20bee06dad18051b109ed04f4e683dc59b9b632a.tar.gz
gdb-20bee06dad18051b109ed04f4e683dc59b9b632a.tar.bz2
* gdbserver/low-sun3.c: New file.
* gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly. * Rename files for 14-character limits: gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt, config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/i386lynx.mh2
-rw-r--r--gdb/config/m68k/sun3os4.mh1
-rw-r--r--gdb/config/sparc/sun4os4.mh2
3 files changed, 3 insertions, 2 deletions
diff --git a/gdb/config/i386/i386lynx.mh b/gdb/config/i386/i386lynx.mh
index 7c875ef..2e34bd8 100644
--- a/gdb/config/i386/i386lynx.mh
+++ b/gdb/config/i386/i386lynx.mh
@@ -6,4 +6,4 @@ NAT_FILE= nm-i386lynx.h
REGEX=regex.o
REGEX1=regex.o
GDBSERVER_LIBS= -lbsd
-GDBSERVER_DEPFILES= remote-inflow.o
+GDBSERVER_DEPFILES= low-lynx.o
diff --git a/gdb/config/m68k/sun3os4.mh b/gdb/config/m68k/sun3os4.mh
index 460f302..5d1bf52 100644
--- a/gdb/config/m68k/sun3os4.mh
+++ b/gdb/config/m68k/sun3os4.mh
@@ -3,3 +3,4 @@ XDEPFILES=
XM_FILE= xm-sun3os4.h
NAT_FILE= nm-sun3.h
NATDEPFILES= fork-child.o inftarg.o infptrace.o corelow.o sun3-nat.o
+GDBSERVER_DEPFILES= low-sun3.o
diff --git a/gdb/config/sparc/sun4os4.mh b/gdb/config/sparc/sun4os4.mh
index 9399a5f..82584f4 100644
--- a/gdb/config/sparc/sun4os4.mh
+++ b/gdb/config/sparc/sun4os4.mh
@@ -4,4 +4,4 @@ XM_FILE= xm-sun4os4.h
NAT_FILE= nm-sun4os4.h
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o sparc-nat.o
HOST_IPC=-DBSD_IPC
-GDBSERVER_DEPFILES= remote-inflow-sparc.o
+GDBSERVER_DEPFILES= low-sparc.o