diff options
Diffstat (limited to 'gdb/solib-spu.c')
-rw-r--r-- | gdb/solib-spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-spu.c b/gdb/solib-spu.c index b497143561f..cc1c63ab809 100644 --- a/gdb/solib-spu.c +++ b/gdb/solib-spu.c @@ -389,7 +389,7 @@ spu_bfd_open (char *pathname) /* Lookup global symbol in a SPE executable. */ static struct symbol * -spu_lookup_lib_symbol (const struct objfile *objfile, +spu_lookup_lib_symbol (struct objfile *objfile, const char *name, const domain_enum domain) { |