This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Added build_gdbserver=yes for m32r


I've approved and committed this patch.

Kei Sakamoto


Kazuhiro Inaoka wrote:
Hi Kei,

M32R-linux target has a gdbserver,
but "build_gdbserver=yes" is not in gdb/configure.tgt.
Please apply the patch.

Regards,

Kasuhiro Inaoka


------------------------------------------------------------------------


2006-06-16 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com

* Added gdbserver support for m32r.

--- gdb/configure.tgt.org 2006-06-16 18:36:55.067605712 +0900
+++ gdb/configure.tgt 2006-06-16 18:37:54.908508512 +0900
@@ -109,7 +109,8 @@ iq2000-*-*) gdb_target=iq2000 ;;
m32c-*-*) gdb_target=m32c ;;
-m32r*-*-linux*) gdb_target=linux ;;
+m32r*-*-linux*) gdb_target=linux
+ build_gdbserver=yes ;;
m32r*-*-*) gdb_target=m32r ;;
m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]