aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-25 20:25:12 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-25 20:25:12 +0000
commitf0500a41d0ddc48901ae1136a05aa9607b9dfd5a (patch)
treeea8954d848277880a5f8485427708bf3f811fcd6 /bfd/ChangeLog
parent4ecbc1efeac6511a5b0b7a27ccdab5e61a3d2008 (diff)
downloadgdb-f0500a41d0ddc48901ae1136a05aa9607b9dfd5a.zip
gdb-f0500a41d0ddc48901ae1136a05aa9607b9dfd5a.tar.gz
gdb-f0500a41d0ddc48901ae1136a05aa9607b9dfd5a.tar.bz2
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bc47126..abfd39c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,16 @@ Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
+ * 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.
+
* libcoff-in.h (struct coff_section_tdata): Add offset, i,
function, and line_base fields.
* libcoff.h: Rebuild.