aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 01:34:39 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 01:34:39 +0000
commit7fb951392a68318430c173715b99937fea11b6b8 (patch)
treea8fdac9379b02fcb56fc248da7aeb26218d20398 /gdb/Makefile.in
parentfb682d6970089e99071239fa4a0b6c2a66333652 (diff)
downloadgdb-7fb951392a68318430c173715b99937fea11b6b8.zip
gdb-7fb951392a68318430c173715b99937fea11b6b8.tar.gz
gdb-7fb951392a68318430c173715b99937fea11b6b8.tar.bz2
* Makefile.in (init.c): Add udi2go32.o to list of files that we
should not try to search for _initialize_* functions. * remote-udi.c (udi_wait): Change UDIGdb_StdoutReady back to UDIStdoutReady. It accidentally got changed on 24 Oct 93 when stdout was changed to gdb_stdout. Likewise for UDIGetStdout, UDIStderrReady, and UDIGetStderr.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 79fd96e..6a83cfe 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -503,6 +503,7 @@ init.c: $(OBS) $(TSOBS)
-e '/xdr_rdb.o/d' \
-e '/udr.o/d' \
-e '/udip2soc.o/d' \
+ -e '/udi2go32.o/d' \
-e '/version.o/d' \
-e '/[a-z0-9A-Z_]*-exp.tab.o/d' \
-e 's/\.o/.c/'` ; \