From 01cd70b98538cd45dbfa04f85afdb0ae25a40992 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 6 Feb 1994 22:38:28 +0000 Subject: * config/mips/mipsm3.mh, config/i386/i386m3.mh, config/ns32k/ns32km3.mh: Define NAT_FILE. * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H (it was inconsistent and namespace-wrong) to NM_M3_H. * m3-nat.c (mach_really_wait): Change parameter name to ourstatus. (m3_open): New function. (m3_ops): Use it. * TODO: Update Mach section. * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver. --- gdb/Makefile.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 193557b..a6402c8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -446,8 +446,6 @@ OBS = version.o main.o blockframe.o breakpoint.o findvar.o stack.o thread.o \ c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o nlmread.o \ serial.o mdebugread.o -RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES) - TSOBS = inflow.o NTSOBS = standalone.o @@ -574,14 +572,6 @@ gdb1: gdb rm -f gdb1 cp gdb gdb1 -# This is a remote stub which runs under unix and starts up an -# inferior process. This is at least useful for debugging GDB's -# remote support. -rapp: $(RAPP_OBS) - rm -f rapp_init.c - $(srcdir)/munch $(MUNCH_DEFINE) $(RAPP_OBS) > rapp_init.c - $(CC-LD) $(INTERNAL_LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS) - config.status: @echo "You must configure gdb. Look at the README file for details." @false -- cgit v1.1