diff options
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index dac06fc001d..17a8fb7427e 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -185,7 +185,7 @@ struct alphacoff_dynsecinfo asection *got_sect; /* Section pointer for .got section */ }; -static void alphacoff_locate_sections (bfd *, asection *, void *); +static void alphacoff_locate_sections (bfd *, asection *, PTR); /* We are called once per section from read_alphacoff_dynamic_symtab. We need to examine each section we are passed, check to see |