Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.456 diff -u -r1.456 Makefile.in --- Makefile.in 11 Oct 2003 15:22:39 -0000 1.456 +++ Makefile.in 14 Oct 2003 07:32:46 -0000 @@ -1287,7 +1287,7 @@ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ remote-e7000.c \ - remote-hms.c remote-mips.c \ + remote-hms.c remote-m32r-sdi.c remote-mips.c \ remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ remote-vx.c \ @@ -2161,6 +2161,8 @@ $(remote_fileio_h) remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ $(serial_h) $(regcache_h) +remote-m32r-sdi.o: remote-m32r-sdi.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ + $(inferior_h) $(target_h) $(regcache_h) $(gdb_string_h) $(serial_h) remote-mips.o: remote-mips.c $(defs_h) $(inferior_h) $(bfd_h) $(symfile_h) \ $(gdbcmd_h) $(gdbcore_h) $(serial_h) $(target_h) $(remote_utils_h) \ $(gdb_string_h) $(gdb_stat_h) $(regcache_h) Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.124 diff -u -r1.124 NEWS --- NEWS 10 Oct 2003 07:13:10 -0000 1.124 +++ NEWS 14 Oct 2003 07:32:46 -0000 @@ -3,6 +3,10 @@ *** Changes since GDB 6.0: +* New debugging protocols + +M32R with SDI protocol m32r-*-elf* + * "set prompt-escape-char" command deleted. The command "set prompt-escape-char" has been deleted. This command, Index: config/m32r/m32r.mt =================================================================== RCS file: /cvs/src/src/gdb/config/m32r/m32r.mt,v retrieving revision 1.6 diff -u -r1.6 m32r.mt --- config/m32r/m32r.mt 1 Aug 2003 21:14:33 -0000 1.6 +++ config/m32r/m32r.mt 14 Oct 2003 07:32:46 -0000 @@ -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 Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.179 diff -u -r1.179 gdb.texinfo --- doc/gdb.texinfo 13 Oct 2003 16:11:57 -0000 1.179 +++ doc/gdb.texinfo 14 Oct 2003 07:32:48 -0000 @@ -12046,6 +12046,10 @@ @item target m32r @var{dev} Renesas M32R/D ROM monitor. +@kindex target m32rsdi +@item target m32rsdi @var{dev} +Renesas M32R SDI server, connected via parallel port to the board. + @end table @node M68K