* ecoff.c, libecoff.h, ecoffswap.h, coff-alpha.c, coff-mips.c,
[deliverable/binutils-gdb.git] / bfd / elf32-mips.c
index 31fe8eeb6e6a221d9fd29daabb0175865611e00c..6148a5aa63472724c17069d1800e8e5a4178293b 100644 (file)
@@ -2419,8 +2419,8 @@ static const struct ecoff_debug_swap mips_elf_ecoff_debug_swap =
   ecoff_swap_fdr_in,
   ecoff_swap_rfd_in,
   ecoff_swap_ext_in,
-  ecoff_swap_tir_in,
-  ecoff_swap_rndx_in,
+  _bfd_ecoff_swap_tir_in,
+  _bfd_ecoff_swap_rndx_in,
   /* Functions to swap out external symbolic data.  */
   ecoff_swap_hdr_out,
   ecoff_swap_dnr_out,
@@ -2430,8 +2430,8 @@ static const struct ecoff_debug_swap mips_elf_ecoff_debug_swap =
   ecoff_swap_fdr_out,
   ecoff_swap_rfd_out,
   ecoff_swap_ext_out,
-  ecoff_swap_tir_out,
-  ecoff_swap_rndx_out,
+  _bfd_ecoff_swap_tir_out,
+  _bfd_ecoff_swap_rndx_out,
   /* Function to read in symbolic data.  */
   mips_elf_read_ecoff_info
 };
This page took 0.025266 seconds and 4 git commands to generate.