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]

Patch: Add arch_string to spu-low.c


Hi,

this patch adds arch_string to spu-low.c

ChangeLog:

* spu-low.c (spu_target_ops): Set arch_string.


Ok to commit ?



Regards, Markus

--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com




========================================================

diff -urN src/gdb/gdbserver/spu-low.c dev/gdb/gdbserver/spu-low.c
--- src/gdb/gdbserver/spu-low.c 2007-01-09 18:59:08.000000000 +0100
+++ dev/gdb/gdbserver/spu-low.c 2007-02-22 14:30:26.000000000 +0100
@@ -572,6 +572,13 @@
spu_look_up_symbols,
spu_send_signal,
NULL,
+  NULL,
+  NULL,
+  NULL,
+  NULL,
+  NULL,
+  NULL,
+  "spu:256K",
};

void





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