From 20bee06dad18051b109ed04f4e683dc59b9b632a Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 27 Aug 1993 17:38:42 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 7 +++++-- gdb/config/i386/i386lynx.mh | 2 +- gdb/config/m68k/sun3os4.mh | 1 + gdb/config/sparc/sun4os4.mh | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e25efe259..815e587d3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,16 @@ Fri Aug 27 09:30:40 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + * 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: - Change accordingly. + * 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. Thu Aug 26 14:32:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com) diff --git a/gdb/config/i386/i386lynx.mh b/gdb/config/i386/i386lynx.mh index 7c875ef90e..2e34bd8168 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 460f302442..5d1bf52366 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 9399a5f629..82584f4e03 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 -- 2.34.1