diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-05-07 22:57:30 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-05-07 22:57:30 +0000 |
commit | ddf9f2587631326634cf9adddc9bc5070cab0f7a (patch) | |
tree | 1b857f66ce47e5ae728732a30573c04d1db353aa /gdb/ChangeLog | |
parent | 87767c29b527515e0b1dbdefaaef86f972e0de9b (diff) | |
download | gdb-ddf9f2587631326634cf9adddc9bc5070cab0f7a.zip gdb-ddf9f2587631326634cf9adddc9bc5070cab0f7a.tar.gz gdb-ddf9f2587631326634cf9adddc9bc5070cab0f7a.tar.bz2 |
2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
* dwarf2read.c (dwarf_decode_lines): Only use output of
check_cu_functions() when calling record_line(). Do not update
the current address.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a4253f..3ecbb3b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-05-07 Jeff Johnston <jjohnstn@redhat.com> + + * dwarf2read.c (dwarf_decode_lines): Only use output of + check_cu_functions() when calling record_line(). Do not update + the current address. + 2003-05-07 Andrew Cagney <cagney@redhat.com> * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR |