summaryrefslogtreecommitdiffstats
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
commit09d011c5cabc3ebcfa31706bd40ea7568e4a001e (patch)
tree6fb15f8cb7c11775ac386eee51f43be30ccd337f /gdb/coffread.c
parentad53e288d3fccbd419d5ba1979f2e5075f414462 (diff)
downloadppe42-binutils-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.tar.gz
ppe42-binutils-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.zip
* 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 a343a6825d..fddf1e6ceb 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)
OpenPOWER on IntegriCloud