mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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:
@@ -378,7 +378,7 @@ static PTR xzalloc (unsigned int);
|
||||
|
||||
static void sort_blocks (struct symtab *);
|
||||
|
||||
static int compare_blocks (const void *, const void *);
|
||||
static int compare_blocks (const PTR, const PTR);
|
||||
|
||||
static struct partial_symtab *new_psymtab (char *, struct objfile *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user