* config/obj-coffbfd.c (symbol_to_chars): bfd_coff_swap_aux_out

now takes more arguments.
This commit is contained in:
Ian Lance Taylor 1994-02-01 17:18:42 +00:00
parent 257df7914d
commit 96a8876071

View file

@ -673,7 +673,7 @@ DEFUN (symbol_to_chars, (abfd, where, symbolP),
&symbolP->sy_symbol.ost_auxent[i],
S_GET_DATA_TYPE (symbolP),
S_GET_STORAGE_CLASS (symbolP),
where);
i, numaux, where);
}
return where;