diff options
author | Nick Clifton <nickc@redhat.com> | 2009-12-31 14:10:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-12-31 14:10:29 +0000 |
commit | 0ee19663b713925ef333675f1497b482e03dc4c3 (patch) | |
tree | e83029b2a4d5f3ae984ba77e4d6788955d216e61 /bfd/ChangeLog | |
parent | f064a520b15b2e26aec046853defee734ef39395 (diff) | |
download | gdb-0ee19663b713925ef333675f1497b482e03dc4c3.zip gdb-0ee19663b713925ef333675f1497b482e03dc4c3.tar.gz gdb-0ee19663b713925ef333675f1497b482e03dc4c3.tar.bz2 |
* dwarf2.c (struct line_sequence): New struct.
(struct line_info_table): Add num_sequences, remove last_line,
add sequences.
(add_line_info): Add new sequences as necessary.
(compare_sequences): New function.
(sort_line_sequences): New function.
(decode_line_info): Initialize new fields in line table.
Call sort_line_sequences.
(lookup_address_in_line_info_table): Binary search for proper
sequence.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bce7915..cc33261 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2009-12-31 Cary Coutant <ccoutant@google.com> + + * dwarf2.c (struct line_sequence): New struct. + (struct line_info_table): Add num_sequences, remove last_line, + add sequences. + (add_line_info): Add new sequences as necessary. + (compare_sequences): New function. + (sort_line_sequences): New function. + (decode_line_info): Initialize new fields in line table. + Call sort_line_sequences. + (lookup_address_in_line_info_table): Binary search for proper + sequence. + 2009-12-28 Daniel Gutson <dgutson@codesourcery.com> * elf32-arm.c (elf32_arm_final_link_relocate): limits |