* config/obj-coffbfd.c (symbol_to_chars): bfd_coff_swap_aux_out
authorIan Lance Taylor <ian@airs.com>
Tue, 1 Feb 1994 17:18:42 +0000 (17:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 1 Feb 1994 17:18:42 +0000 (17:18 +0000)
now takes more arguments.

gas/config/obj-coffbfd.c

index 6e1577fe962156d195b5694c72f0168730de3d88..96d7154779d8a2c109a0d5cabdf67e66e9de534b 100644 (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;