* config/obj-coffbfd.c (symbol_to_chars): bfd_coff_swap_aux_out
now takes more arguments.
This commit is contained in:
parent
257df7914d
commit
96a8876071
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue