* nlm/configure.in: Stop using cpu.c. Put it in TDEPFILES instead.
authorStu Grossman <grossman@cygnus>
Mon, 29 Aug 1994 22:02:57 +0000 (22:02 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 29 Aug 1994 22:02:57 +0000 (22:02 +0000)
* config/alpha/gdbserve.mt (TDEPFILES):  Remove alpha-patch.o.

gdb/ChangeLog
gdb/config/alpha/gdbserve.mt
gdb/nlm/configure.in

index d465072d8da3df58fef430cdeaf7d559d8ba6617..5372b43a36591eb4586c3193e4c890909a5d415a 100644 (file)
@@ -1,3 +1,20 @@
+Mon Aug 29 12:04:07 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * nlm/configure.in:  Stop using cpu.c.  Put it in TDEPFILES instead.
+       * config/alpha/gdbserve.mt (TDEPFILES):  Remove alpha-patch.o.
+
+       * nlm/Makefile.in:  Add rule for .S.o.
+       * nlm/aio.h:  Protect from multiple inclusions.
+       * nlm/alpha-io.S:  Remove everything we don't need.
+       * nlm/{alpha-patch.c, alpha-patch.h, alpha-uart.c, alpha-uart.h}:
+       Remove, no longer needed.
+       * nlm/alpha.c:  Merge in lots of stuff from previous files.
+       * nlm/alpha.h:  Don't #include alpha-patch.h.  Make
+       breakpoint_insn extern.
+       * Move stuff from alpha-patch.h into here.
+
+       * config/alpha/gdbserve.mt (TDEPFILES):  Get rid of alpha-uart.o.
+
 Mon Aug 29 11:34:34 1994  Jim Kingdon  (kingdon@cygnus.com)
 
        * annotate.c (annotate_starting): Flush output.
index 295e8ad21b26aa8a891101a851e372c9e0490c10..71a860432010b7651a0a1eedd6064811594a121e 100644 (file)
@@ -1,3 +1,3 @@
 # Target: GDBSERVE.NLM running on a little-endian Alpha
-TDEPFILES= alpha.o alpha-io.o alpha-patch.o
+TDEPFILES= alpha.o alpha-io.o
 CPU_FILE= alpha
index 6eb6f9d2050024eaea74a7fe91f8080c99ec1c91..69d10c0b92e9dd45572088ec9d7c75d4f57bb81d 100644 (file)
@@ -267,8 +267,8 @@ target_makefile_frag=../config/${gdb_target_cpu}/gdbserve.mt
 
 files=
 links=
-rm -f cpu.c
+rm -f cpu.h
 if [ "${cpufile}" != "" ]; then
-       files="${files} ${cpufile}.c ${cpufile}.h"
-       links="${links} cpu.c cpu.h"
+       files="${files} ${cpufile}.h"
+       links="${links} cpu.h"
 fi
This page took 0.03771 seconds and 4 git commands to generate.