* som.c (som_slurp_symbol_table): Fix typo in comment.
This commit is contained in:
parent
0d2856175c
commit
7da1b1756d
@ -1,3 +1,7 @@
|
||||
Tue Aug 24 00:25:58 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* som.c (som_slurp_symbol_table): Fix typo in comment.
|
||||
|
||||
Fri Aug 20 17:01:23 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* elf-hppa.h (elf_hppa_fake_sections): Compute section indices
|
||||
|
@ -4291,7 +4291,7 @@ som_slurp_symbol_table (abfd)
|
||||
som_symbol_data (sym)->tc_data.ap.hppa_priv_level =
|
||||
sym->symbol.value & 0x3;
|
||||
sym->symbol.value &= ~0x3;
|
||||
/* If the symbol's scope is ST_UNSAT, then these are
|
||||
/* If the symbol's scope is SS_UNSAT, then these are
|
||||
undefined function symbols. */
|
||||
if (bufp->symbol_scope == SS_UNSAT)
|
||||
sym->symbol.flags |= BSF_FUNCTION;
|
||||
|
Loading…
Reference in New Issue
Block a user