Browse Source
* remote-m32r-sdi.c : New file, interface to m32r on-chip debug interface, SDI (Scalable Debug Interface). * NEWS: Mention m32r SDI protocol was supported. * Makefile.in (remote-m32r-sdi.o): Add build rule. * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.cagney_bigcore-20040122-branch
5 changed files with 1690 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
# Target: Renesas m32r processor |
|||
TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o |
|||
TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o remote-m32r-sdi.o |
|||
SIM_OBS = remote-sim.o |
|||
SIM = ../sim/m32r/libsim.a |
|||
|
|||
File diff suppressed because it is too large
Loading…
Reference in new issue