diff options
author | Jeff Law <law@redhat.com> | 1999-08-24 06:26:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-24 06:26:39 +0000 |
commit | 46b889f2d0f03441a05b769e29085968f31279d5 (patch) | |
tree | 30b0ff38cdc720f31f32db9363deb5ee2c779b3e | |
parent | 7144ab396110060fa918e6efe6c7c3c60632bd6b (diff) | |
download | gdb-46b889f2d0f03441a05b769e29085968f31279d5.tar.gz |
* som.c (som_slurp_symbol_table): Fix typo in comment.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/som.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dfcaaef098b..140e7e5b246 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/som.c b/bfd/som.c index 4f6b11fefaa..16a5e4a7cf9 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -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; |