* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,

coffcode.h, elf.c, libaout.h, libbfd.h, srec.c:  Lint.
This commit is contained in:
John Gilmore
1992-10-15 09:44:59 +00:00
parent f8e0194018
commit 5f9ca96038
9 changed files with 37 additions and 55 deletions

View File

@@ -2315,7 +2315,6 @@ coff_add_missing_symbols (abfd)
asymbol **sympp2;
unsigned int i;
int need_text = 1, need_data = 1, need_bss = 1, need_file = 1;
coff_data_type *cdata = coff_data (abfd);
for (i = 0; i < nsyms; i++)
{