diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 496ea3b..97806a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2009-05-23 Eli Zaretskii <eliz@gnu.org> + * symtab.c (skip_prologue_using_lineinfo): New function. + (find_function_start_sal): Use it to get to the first line of + function's body that has an entry in the lineinfo table. + * symmisc.c (dump_symtab): Switch the current language to the language of the symtab we are dumping only if the symtab's language is neither language_auto nor language_unknown. |