From 09d011c5cabc3ebcfa31706bd40ea7568e4a001e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 29 May 2001 10:45:10 +0000 Subject: * symfile.c (compare_psymbols, compare_symbols): Declare using PTR, as in the definition. * minsyms.c (compare_minimal_symbols): Likewise. * coffread.c (find_targ_sec): Likewise. * elfread.c (free_elfinfo, elf_locate_sections): Likewise. * mipsread.c (alphacoff_locate_sections): Likewise. * mdebugread.c (compare_blocks): Likewise. --- gdb/mipsread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mipsread.c') diff --git a/gdb/mipsread.c b/gdb/mipsread.c index dac06fc..17a8fb7 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 -- cgit v1.1