diff options
author | Stu Grossman <grossman@cygnus> | 1994-08-29 21:47:40 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-08-29 21:47:40 +0000 |
commit | 74ace0c87a62fb1b04839524e8a02ff173e54b63 (patch) | |
tree | c139eea208be84b26a39f19a26ccba06351faf5f /gdb/config | |
parent | e32890404e4d3d1fbbe6ca496517c19683ca0a55 (diff) | |
download | gdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.zip gdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.tar.gz gdb-74ace0c87a62fb1b04839524e8a02ff173e54b63.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/alpha/gdbserve.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/alpha/gdbserve.mt b/gdb/config/alpha/gdbserve.mt index 59333a2..295e8ad 100644 --- a/gdb/config/alpha/gdbserve.mt +++ b/gdb/config/alpha/gdbserve.mt @@ -1,3 +1,3 @@ # Target: GDBSERVE.NLM running on a little-endian Alpha -TDEPFILES= alpha.o alpha-io.o alpha-patch.o alpha-uart.o +TDEPFILES= alpha.o alpha-io.o alpha-patch.o CPU_FILE= alpha |