mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
gdb/
2013-01-11 Yao Qi <yao@codesourcery.com> Stan Shebs <stan@codesourcery.com> * psymtab.c (init_psymbol_list): Clarify the comment.
This commit is contained in:
parent
f28045c2aa
commit
ca9c6ee2b7
@ -1,3 +1,8 @@
|
||||
2013-01-11 Yao Qi <yao@codesourcery.com>
|
||||
Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
* psymtab.c (init_psymbol_list): Clarify the comment.
|
||||
|
||||
2013-01-11 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* breakpoint.c (print_one_breakpoint_location): Remove dead code.
|
||||
|
@ -1702,7 +1702,7 @@ init_psymbol_list (struct objfile *objfile, int total_symbols)
|
||||
|
||||
/* Current best guess is that approximately a twentieth
|
||||
of the total symbols (in a debugging file) are global or static
|
||||
oriented symbols. */
|
||||
oriented symbols, then multiply that by slop factor of two. */
|
||||
|
||||
objfile->global_psymbols.size = total_symbols / 10;
|
||||
objfile->static_psymbols.size = total_symbols / 10;
|
||||
|
Loading…
Reference in New Issue
Block a user