(spu_target_ops): Add spu_arch_string.
+2007-02-22 Markus Deuling <deuling@de.ibm.com>
+
+ * spu-low.c (spu_arch_string): New.
+ (spu_target_ops): Add spu_arch_string.
+
2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
* remote-utils.c: Remove HAVE_TERMINAL_H check.
syscall (SYS_tkill, current_tid, signo);
}
+static const char *
+spu_arch_string (void)
+{
+ return "spu";
+}
+
\f
static struct target_ops spu_target_ops = {
spu_create_inferior,
spu_look_up_symbols,
spu_send_signal,
NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ spu_arch_string,
};
void