Index: gdb/spu-multiarch.c |
diff --git a/gdb/spu-multiarch.c b/gdb/spu-multiarch.c |
index 73a59366009ace2477603683c0092345559d7d27..8d4ef570dcad725197a20e5e771ff6c747ebf6d4 100644 |
--- a/gdb/spu-multiarch.c |
+++ b/gdb/spu-multiarch.c |
@@ -61,7 +61,6 @@ parse_spufs_run (ptid_t ptid, int *fd, CORE_ADDR *addr) |
struct gdbarch_tdep *tdep; |
struct regcache *regcache; |
char buf[4]; |
- CORE_ADDR pc; |
ULONGEST regval; |
/* If we're not on PPU, there's nothing to detect. */ |
@@ -401,6 +400,9 @@ init_spu_ops (void) |
spu_ops.to_magic = OPS_MAGIC; |
} |
+/* -Wmissing-prototypes */ |
+extern initialize_file_ftype _initialize_spu_multiarch; |
+ |
void |
_initialize_spu_multiarch (void) |
{ |