* elf32-mips.c (elf_mips_abi_name): Return the right ABI string for
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 533b88998a3c686c42af0240b71103a0c0d50f1e..45eda875d5c56f2624764282a52e590ccaa9067c 100644 (file)
@@ -2151,7 +2151,7 @@ coff_print_symbol (abfd, filep, symbol, how)
        }
       else
        {
-         bfd_print_symbol_vandf ((PTR) file, symbol);
+         bfd_print_symbol_vandf (abfd, (PTR) file, symbol);
          fprintf (file, " %-5s %s %s %s",
                   symbol->section->name,
                   coffsymbol (symbol)->native ? "n" : "g",
This page took 0.023713 seconds and 4 git commands to generate.