diff options
Diffstat (limited to 'bfd/coff-mips.c')
-rw-r--r-- | bfd/coff-mips.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index 41ba4b56e92..11eb0e1dba7 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -1244,13 +1244,13 @@ static const struct ecoff_backend_data mips_ecoff_backend_data = { /* COFF backend structure. */ { - (void (*) (bfd *,void *,int,int,int,int,void *)) bfd_void_any, /* aux_in */ - (void (*) (bfd *,void *,void *)) bfd_void_any, /* sym_in */ - (void (*) (bfd *,void *,void *)) bfd_void_any, /* lineno_in */ - (unsigned (*) (bfd *,void *,int,int,int,int,void *)) bfd_0u_any,/*aux_out*/ - (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* sym_out */ - (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* lineno_out */ - (unsigned (*) (bfd *,void *,void *)) bfd_0u_any, /* reloc_out */ + (void (*) (bfd *,void *,int,int,int,int,void *)) (void (*)) bfd_void, /* aux_in */ + (void (*) (bfd *,void *,void *)) (void (*)) bfd_void, /* sym_in */ + (void (*) (bfd *,void *,void *)) (void (*)) bfd_void, /* lineno_in */ + (unsigned (*) (bfd *,void *,int,int,int,int,void *)) (unsigned (*)) bfd_0u,/*aux_out*/ + (unsigned (*) (bfd *,void *,void *)) (unsigned (*)) bfd_0u, /* sym_out */ + (unsigned (*) (bfd *,void *,void *)) (unsigned (*)) bfd_0u, /* lineno_out */ + (unsigned (*) (bfd *,void *,void *)) (unsigned (*)) bfd_0u, /* reloc_out */ mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out, mips_ecoff_swap_scnhdr_out, FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, |