* README: Add notes about SPARCworks cc under Solaris 2.x
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 24 Jun 1994 15:19:08 +0000 (15:19 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 24 Jun 1994 15:19:08 +0000 (15:19 +0000)
(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
gdb/Makefile.in

index 9725d3718837236b9a9688673bf12da62ce6d957..aa354019f820cdeddf0aa21d2784b36b40ef118c 100644 (file)
@@ -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.
index adad21dc64214690bc1794a7274f625e27d39768..d38228f3c4e76a2d9891463d26a07be3e86d3afb 100644 (file)
@@ -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 \
This page took 0.027897 seconds and 4 git commands to generate.