diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-01 17:46:44 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-04-01 17:46:44 +0000 |
commit | 0cf03b497aedf582a82416b2444acf88bde08de4 (patch) | |
tree | 79e471e76ca377623538f1076a38a823c7bdcb06 /gdb/ChangeLog | |
parent | 5d901a7357a8f4099aa95a582c8113557c599389 (diff) | |
download | gdb-0cf03b497aedf582a82416b2444acf88bde08de4.zip gdb-0cf03b497aedf582a82416b2444acf88bde08de4.tar.gz gdb-0cf03b497aedf582a82416b2444acf88bde08de4.tar.bz2 |
gdb/
* dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
initialize it. Delay HASH initialization. Strip the part after open
parenthesis for languages with qualifiers. Call do_cleanups.
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 e8607df..954bc2c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to, + initialize it. Delay HASH initialization. Strip the part after open + parenthesis for languages with qualifiers. Call do_cleanups. + 2011-04-01 Tom Tromey <tromey@redhat.com> * utils.c (report_command_stats): Don't print `-' for negative |