* 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.
This commit is contained in:
parent
5b3c73e6a1
commit
20bee06dad
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue