diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1743bfa..16fc351 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2013-06-18 Tom Tromey <tromey@redhat.com> + + PR symtab/15391: + * dwarf2loc.c (read_pieced_value): Truncate this_size_bits + after taking bits_to_skip into account. Sign extend byte_offset. + * utils.h (gdb_sign_extend): Declare. + * utils.c (gdb_sign_extend): New function. + 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com> * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB. |