forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -312,7 +312,7 @@ struct find_targ_sec_arg
|
||||
asection **resultp;
|
||||
};
|
||||
|
||||
static void find_targ_sec (bfd *, asection *, void *);
|
||||
static void find_targ_sec (bfd *, asection *, PTR);
|
||||
|
||||
static void
|
||||
find_targ_sec (bfd *abfd, asection *sect, PTR obj)
|
||||
|
||||
Reference in New Issue
Block a user