const lint

This commit is contained in:
John Gilmore
1991-11-22 19:09:03 +00:00
parent 3f73352f90
commit f8adc62df4
5 changed files with 41 additions and 23 deletions

View File

@@ -1747,8 +1747,8 @@ DEFUN(coff_print_symbol,(ignore_abfd, filep, symbol, how),
case bfd_print_symbol_nm:
case bfd_print_symbol_all:
{
CONST char *section_name = symbol->section == (asection *) NULL ?
"*abs" : symbol->section->name;
CONST char *section_name = symbol->section == (asection *) NULL ?
(CONST char *)"*abs" : symbol->section->name;
bfd_print_symbol_vandf((PTR) file, symbol);
fprintf(file, " %-5s %s %s %s",