mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 00:56:27 +00:00
* symfile.c (compare_psymbols, compare_symbols): Declare using
PTR, as in the definition.
This commit is contained in:
parent
e877bb694e
commit
ad53e288d3
@ -1,3 +1,8 @@
|
||||
2001-05-29 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* symfile.c (compare_psymbols, compare_symbols): Declare using
|
||||
PTR, as in the definition.
|
||||
|
||||
2001-05-25 Nick Duffek <nsd@redhat.com>
|
||||
|
||||
* solib.c (update_solib_list): Move target_resize_to_sections()
|
||||
|
@ -117,9 +117,9 @@ static void add_shared_symbol_files_command (char *, int);
|
||||
|
||||
static void cashier_psymtab (struct partial_symtab *);
|
||||
|
||||
static int compare_psymbols (const void *, const void *);
|
||||
static int compare_psymbols (const PTR, const PTR);
|
||||
|
||||
static int compare_symbols (const void *, const void *);
|
||||
static int compare_symbols (const PTR, const PTR);
|
||||
|
||||
bfd *symfile_bfd_open (char *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user