OBS User unknown
2008-11-17 15:51:24 +00:00
committed by Git OBS Bridge
parent b48c99cb4d
commit 0ea70c8634
7 changed files with 14 additions and 73 deletions

View File

@@ -4558,9 +4558,9 @@ Index: gdb-head/gdb/linux-nat.c
+}
+
+static void
+spu_mourn_inferior (void)
+spu_mourn_inferior (struct target_ops *ops)
+{
+ find_target_beneath (&spu_ops)->to_mourn_inferior ();
+ find_target_beneath (&spu_ops)->to_mourn_inferior (ops);
+ spu_multiarch_disable ();
+}
+