diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-16 02:36:39 +0000 |
---|---|---|
committer | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-16 02:36:39 +0000 |
commit | b4b4b794d17e89ec944b14324068f73c5164c3ab (patch) | |
tree | 09f384957d31eb3d957c2dee2051ad1ae3c77e23 /gdb/config/m32r | |
parent | fb3e19c03f8235cc4fb687dadb8e4d32ac767da6 (diff) | |
download | gdb-b4b4b794d17e89ec944b14324068f73c5164c3ab.zip gdb-b4b4b794d17e89ec944b14324068f73c5164c3ab.tar.gz gdb-b4b4b794d17e89ec944b14324068f73c5164c3ab.tar.bz2 |
2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
* 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.
Diffstat (limited to 'gdb/config/m32r')
-rw-r--r-- | gdb/config/m32r/m32r.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m32r/m32r.mt b/gdb/config/m32r/m32r.mt index 6d578c8..ff6def0 100644 --- a/gdb/config/m32r/m32r.mt +++ b/gdb/config/m32r/m32r.mt @@ -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 |