From ca9c6ee2b7740e92a1630a9c7040eaba557bcd49 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 11 Jan 2013 00:56:05 +0000 Subject: gdb/ 2013-01-11 Yao Qi Stan Shebs * psymtab.c (init_psymbol_list): Clarify the comment. --- gdb/ChangeLog | 5 +++++ gdb/psymtab.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 65cbabc..a4e0b74 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,9 @@ 2013-01-11 Yao Qi + Stan Shebs + + * psymtab.c (init_psymbol_list): Clarify the comment. + +2013-01-11 Yao Qi * breakpoint.c (print_one_breakpoint_location): Remove dead code. (update_dprintf_command_list): Assert that 'printf_line' is diff --git a/gdb/psymtab.c b/gdb/psymtab.c index c6adb97..5181ec3 100644 --- a/gdb/psymtab.c +++ b/gdb/psymtab.c @@ -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; -- cgit v1.1