diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-09 23:25:49 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-09 23:25:49 +0000 |
commit | 03466f17b7a8c82947ae4f2c47203d19b048a84f (patch) | |
tree | a7acc0a17531cf28ec05435d4fbadbdfc4044beb /bfd/coff-code.h | |
parent | 2ee11735a2c3cdcb77c94d74205dde7ade6beb29 (diff) | |
download | gdb-03466f17b7a8c82947ae4f2c47203d19b048a84f.zip gdb-03466f17b7a8c82947ae4f2c47203d19b048a84f.tar.gz gdb-03466f17b7a8c82947ae4f2c47203d19b048a84f.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd/coff-code.h')
-rwxr-xr-x | bfd/coff-code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-code.h b/bfd/coff-code.h index df3d8a6..0e2ff6a 100755 --- a/bfd/coff-code.h +++ b/bfd/coff-code.h @@ -2036,7 +2036,7 @@ coff_slurp_symbol_table(abfd) SYMENT *native_symbols; coff_symbol_type *cached_area; unsigned int *table_ptr; - char *string_table = (char *) NULL; + unsigned int number_of_symbols = 0; if (obj_symbols(abfd)) return true; |