diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 22:38:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 22:38:28 +0000 |
commit | 01cd70b98538cd45dbfa04f85afdb0ae25a40992 (patch) | |
tree | 564bf88ce443cc69baff2a479fd5382c16b8f505 /gdb/Makefile.in | |
parent | d41b3eed26bf734c2989f9d282542be152714e3b (diff) | |
download | gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.zip gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.gz gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
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 |