diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-29 10:45:10 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-05-29 10:45:10 +0000 |
commit | 09d011c5cabc3ebcfa31706bd40ea7568e4a001e (patch) | |
tree | 6fb15f8cb7c11775ac386eee51f43be30ccd337f /gdb/minsyms.c | |
parent | ad53e288d3fccbd419d5ba1979f2e5075f414462 (diff) | |
download | gdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.zip gdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.tar.gz gdb-09d011c5cabc3ebcfa31706bd40ea7568e4a001e.tar.bz2 |
* 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/minsyms.c')
-rw-r--r-- | gdb/minsyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/minsyms.c b/gdb/minsyms.c index 0ed38d2..9481747 100644 --- a/gdb/minsyms.c +++ b/gdb/minsyms.c @@ -77,7 +77,7 @@ static int msym_count; /* Prototypes for local functions. */ -static int compare_minimal_symbols (const void *, const void *); +static int compare_minimal_symbols (const PTR, const PTR); static int compact_minimal_symbols (struct minimal_symbol *, int, struct objfile *); |