* symtab.c (symbol_set_names): Fix typo.
This commit is contained in:
parent
3c0ee1a464
commit
705b5767b7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-30 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* symtab.c (symbol_set_names): Fix typo.
|
||||
|
||||
2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* python/py-param.c (parm_constants): Avoid ARI warning
|
||||
|
|
|
@ -590,7 +590,7 @@ symbol_set_names (struct general_symbol_info *gsymbol,
|
|||
|
||||
It turns out that it is actually important to still save such
|
||||
an entry in the hash table, because storing this name gives
|
||||
us better backache hit rates for partial symbols. */
|
||||
us better bcache hit rates for partial symbols. */
|
||||
if (!copy_name && lookup_name == linkage_name)
|
||||
{
|
||||
*slot = obstack_alloc (&objfile->objfile_obstack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue