mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* nlm/configure.in: Stop using cpu.c. Put it in TDEPFILES instead.
* config/alpha/gdbserve.mt (TDEPFILES): Remove alpha-patch.o.
This commit is contained in:
@ -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)
|
Mon Aug 29 11:34:34 1994 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
* annotate.c (annotate_starting): Flush output.
|
* annotate.c (annotate_starting): Flush output.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Target: GDBSERVE.NLM running on a little-endian Alpha
|
# 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
|
CPU_FILE= alpha
|
||||||
|
@ -267,8 +267,8 @@ target_makefile_frag=../config/${gdb_target_cpu}/gdbserve.mt
|
|||||||
|
|
||||||
files=
|
files=
|
||||||
links=
|
links=
|
||||||
rm -f cpu.c
|
rm -f cpu.h
|
||||||
if [ "${cpufile}" != "" ]; then
|
if [ "${cpufile}" != "" ]; then
|
||||||
files="${files} ${cpufile}.c ${cpufile}.h"
|
files="${files} ${cpufile}.h"
|
||||||
links="${links} cpu.c cpu.h"
|
links="${links} cpu.h"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user