Patch: Add arch_string to spu-low.c

Markus Deuling deuling@de.ibm.com
Thu Feb 22 14:33:00 GMT 2007


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






More information about the Gdb-patches mailing list