diff options
Diffstat (limited to 'bfd/coff-mips.c')
-rw-r--r-- | bfd/coff-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c index cdcdde2..ec4d1a5 100644 --- a/bfd/coff-mips.c +++ b/bfd/coff-mips.c @@ -45,7 +45,7 @@ static bfd_reloc_status_type mips_reflo_reloc (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); static bfd_reloc_status_type -mips_gprel_reloc +mips_gprel_reloc (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); @@ -1255,7 +1255,7 @@ static const struct ecoff_backend_data mips_ecoff_backend_data = (unsigned (*) (bfd *,void *,void *)) bfd_void, /* 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, + FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2, mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in, mips_ecoff_swap_scnhdr_in, NULL, |