summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-05-29 10:45:10 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-05-29 10:45:10 +0000
commitef808e738a4910cb9c0980330cb6b020218fe7aa (patch)
tree236320b0996119fb3e5a5a32a60365bd1b559a3c /gdb/coffread.c
parent9fc9127d5e17fdefc5e047d6079e893a1ca1f144 (diff)
downloadgdb-ef808e738a4910cb9c0980330cb6b020218fe7aa.tar.gz
* 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.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index a343a6825d5..fddf1e6cebf 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -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)