From a8044a2d0486bf017b6ec555e4d4f665a78ea547 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 24 Jun 1994 15:19:08 +0000 Subject: [PATCH] * README: Add notes about SPARCworks cc under Solaris 2.x (from Casper H.S. Dik casper@fwi.uva.nl). * config/mips/xm-makeva.h: Removed, no longer necessary. * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h, config/mips/xm-mips.h, config/mips/xm-news-mips.h, --- gdb/ChangeLog | 9 +++++++++ gdb/Makefile.in | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9725d37188..aa354019f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * README: Add notes about SPARCworks cc under Solaris 2.x + (from Casper H.S. Dik casper@fwi.uva.nl). + * config/mips/xm-makeva.h: Removed, no longer necessary. + * Makefile.in, config/mips/xm-irix3.h, config/mips/xm-irix5.h, + config/mips/xm-mips.h, config/mips/xm-news-mips.h, + config/mips/xm-riscos.h: Remove references to xm-makeva.h + Wed Jun 22 17:48:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * gdba.el: Put program input and output in a separate buffer. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index adad21dc64..d38228f3c4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -589,9 +589,9 @@ saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c # A Mach 3.0 program to force gdb back to command level -gdb-stop: gdb-stop.o - ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o gdb-stop \ - gdb-stop.o $(CLIBS) $(LOADLIBES) +stop-gdb: stop-gdb.o + ${CC-LD} $(GLOBAL_CFLAGS) $(LDFLAGS) -o stop-gdb \ + stop-gdb.o $(CLIBS) $(LOADLIBES) # This is useful when debugging GDB, because some Unix's don't let you run GDB # on itself without copying the executable. So "make gdb1" will make @@ -994,7 +994,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \ config/mips/tm-mipsm3.h config/mips/tm-mipsv4.h \ config/mips/xm-irix3.h \ config/mips/xm-irix4.h config/mips/xm-irix5.h \ - config/mips/xm-makeva.h config/mips/xm-mips.h \ + config/mips/xm-mips.h \ config/mips/xm-mipsm3.h config/mips/xm-mipsv4.h \ config/mips/xm-riscos.h config/mips/xm-news-mips.h \ config/nm-lynx.h config/nm-sysv4.h \