* coffgen.c (string_size): Remove static variable.
authorIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 20:25:12 +0000 (20:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 25 Sep 1995 20:25:12 +0000 (20:25 +0000)
commitf0500a41d0ddc48901ae1136a05aa9607b9dfd5a
treeea8954d848277880a5f8485427708bf3f811fcd6
parent4ecbc1efeac6511a5b0b7a27ccdab5e61a3d2008
* coffgen.c (string_size): Remove static variable.
(debug_string_size, debug_string_section): Likewise.
(coff_fix_symbol_name): Add string_size_p, debug_string_section_p,
and debug_string_size_p parameters.  Use them instead of the
global variables.  Change all callers.
(coff_write_symbol): Likewise.
(coff_write_alien_symbol, coff_write_native_symbol): Likewise.
(coff_write_symbols): Add local variables to replace removed
global variables.
bfd/ChangeLog
bfd/coffgen.c