X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fcoff-mips.c;h=11eb0e1dba78ae68242f1685c9ffaa26d86f9cb5;hb=12ef3f5a7c5a6b89964842fd3da047b8d07dec91;hp=41ba4b56e92e10543e5ca442532bec3c8cc315cf;hpb=451875b4f976a527395e9303224c7881b65e12ed;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index 41ba4b56e9..11eb0e1dba 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,