* dwarf2.c (struct line_sequence): New struct.
authorNick Clifton <nickc@redhat.com>
Thu, 31 Dec 2009 14:10:29 +0000 (14:10 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 31 Dec 2009 14:10:29 +0000 (14:10 +0000)
commit0ee19663b713925ef333675f1497b482e03dc4c3
treee83029b2a4d5f3ae984ba77e4d6788955d216e61
parentf064a520b15b2e26aec046853defee734ef39395
    * 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.
bfd/ChangeLog
bfd/dwarf2.c