diff options
author | Tom Tromey <tromey@redhat.com> | 2011-07-11 17:17:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-07-11 17:17:26 +0000 |
commit | 2ab9532817197d9eff6c577f1c1cafb47b5e84a2 (patch) | |
tree | f053ceed4b36ffd9c4d89b421faa091718309a63 /gdb/ChangeLog | |
parent | e2153196343ab5120efa49044081baaeeae8a293 (diff) | |
download | gdb-2ab9532817197d9eff6c577f1c1cafb47b5e84a2.zip gdb-2ab9532817197d9eff6c577f1c1cafb47b5e84a2.tar.gz gdb-2ab9532817197d9eff6c577f1c1cafb47b5e84a2.tar.bz2 |
* dwarf2read.c (handle_DW_AT_stmt_list): New function.
(read_file_scope, read_type_unit_scope): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4828a3c..70fd9d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-07-11 Tom Tromey <tromey@redhat.com> + + * dwarf2read.c (handle_DW_AT_stmt_list): New function. + (read_file_scope, read_type_unit_scope): Use it. + 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com> * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host |